zsamart-editor-react
v1.0.2
Published
A custom WYSIWYG plugin built with selected language/locale.
Downloads
2
Readme
zsamart-editor-react
A custom WYSIWYG plugin built with selected language/locale.
Install
npm install --save zsamart-editor-react
Usage
import React, { Component } from 'react'
import MyComponent from 'zsamart-editor-react'
import 'zsamart-editor-react/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © zmoresss