alloyeditor-react-component
Component that integrates AlloyEditor with React js
Installation
npm install alloyeditor-react-component
Example
{ superprops; thisstate = content: null } { this } { return <AlloyEditor content=thisstatecontent events= "change": thisonChange className="my-editor" /> }