@taikai/html-editor

2.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @taikai/html-editor

Weekly Downloads

9

Version

2.0.2

License

ISC

Unpacked Size

8.09 MB

Total Files

6

Last publish

Collaborators

  • moshmage
  • vitor.silva
  • henriquemacedo
  • josemarshall
  • anderson_taikai
  • heldervasc