0.1.3 • Published 3 years ago

lf-qilltexteditor v0.1.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Rich Text Editor for Reactjs

You can easily add rich text editor easily to projects and use.

Example Usage:

To install application to your Reactjs.

Import package

    import { QillTextEditor } from 'lf-qilltexteditor'

Usage package

    <QillTextEditor value={value} onChange={handleFunction}/>