2.0.2 • Published 1 year ago

@taikai/html-editor v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

taikai-html-editor

TAIKAI HTML Editor

Install

npm install --save @taikai/html-editor

Usage

import { HtmlEditor }  from "@taikai/taikai-editor";

class Example extends Component {
  render () {
    return (
     <HtmlEditor
        placeholder="Yo, write something!"
        charMax={500}
        backgroundColor={true}
        inlineClass={true}
        align={true}
        list={true}
        indent={true}
        quote={true}
        image={true}
        video={true}
        table={true}
        emoticons={false}
        print={true}
      />
    )
  }
}

Contributing

To publish the package run:

npm publish

License

MIT © taikai