Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 723 Bytes

README.md

File metadata and controls

50 lines (38 loc) · 723 Bytes

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