Draft-js-rte is a rich text editor that exports a set of hooks and methods that you can use with your user interfaces.
Draft-js-rte is available as an npm package. You can install it using:
npm install draft-js-rte
#or
yarn add draft-js-rte
Please note that draft-js-rte
depends on draft-js
which must also be installed.
Are you looking for an example project to get started? We host some.