1.9.4 • Published 9 months ago

maticzeditor1 v1.9.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

React Maticz Text Editor

Supports:

  • Rich text editing.
  • Code editing.
  • Customize image uploader.

maticzeditor

Installation:

npm i maticzeditor

Plug into any app:

  import {MatEditor} from "maticzeditor"
  ... 
  ...
  return(
     <MatEditor outdata={(e)=>setsataaa(e)} sendata={itsdata} />
  )
  ....