react-toxic-editor
v1.0.0
Published
react-toxic-editor is a high-quality, feature-rich React-based text editor that offers a seamless user experience. With the ability to add images, links, and more, react-toxic-editor is the perfect solution for anyone looking for a powerful and flexible t
Downloads
6
Maintainers
Readme
React Toxic Editor 🙃
This is a high-quality, feature-rich React-based text editor that offers a seamless user experience. With the ability to add images, links, and more, See this react-toxic-editor is the perfect solution for anyone looking for a powerful and flexible text editor, this editor is an excellent choice for your next project.
Install
yarn add react-toxic-editor
or
npm install react-toxic-editor
Requirement *
Install the libraries in the "Requirement" section according to the documentation provided by the library. I will try to remove the requirements in the next versions.
Example import
import ToxicEditor from "react-toxic-editor";
Example use:
<ToxicEditor
id="trash-item"
height={160}
initialValue="I want a raise"
onChange={(text: string) => {
// ... do something
}}
/>