3.0.0-beta.5 • Published 3 months ago
@taikai/html-editor v3.0.0-beta.5
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
3.0.0-beta.5
3 months ago
3.0.0-beta.1
2 years ago
3.0.0-beta.3
2 years ago
3.0.0-beta.2
2 years ago
3.0.0-beta.4
2 years ago
2.0.2
3 years ago