@hophiphip/use-rich-input-react
v1.2.0
Published
React hooks and headless components for building your own rich input component implementation
Readme
Use React Rich Input
This package contains hooks and building blocks for rich input component.
Usage example
See minimal rich input implementation
Development
Run dev server
pnpm devBuild package
pnpm buildImplementation
This component is implemented without contenteditable attribute.
Current implementation uses overlay component to display input contents.

This approach was presented in this article:
- https://akashhamirwasia.com/blog/building-highlighted-input-field-in-react/
