Editure for React
The React component for Editure.
Using the Component
A quick demo:
; Component { superprops; thisstate = value: ; } { this; }; { return <Editure value=thisstatevalue onChange=thishandleChange />; }
Or, if you prefer Hooks:
; { const value setValue = ; return <Editure value=value onChange=setValue />;}