Skip to content

layerx-labs/html-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40f602f · Mar 17, 2025

History

50 Commits
Sep 2, 2020
Aug 14, 2020
Feb 23, 2023
Aug 14, 2020
Aug 14, 2020
Aug 14, 2020
Aug 14, 2020
May 13, 2022
Aug 14, 2020
Aug 14, 2020
Mar 17, 2025
Mar 17, 2025
Aug 14, 2020

Repository files navigation

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