react-material-editor
v1.0.2
Published
Draftjs rich editor with material design and easy to use with Formik
Downloads
2
Readme
react-material-editor
Draftjs rich editor with material design and easy to use with Formik
Install
npm install --save react-material-editor
Usage
import React, { Component } from 'react'
import MyComponent from 'react-material-editor'
import 'react-material-editor/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ProNoob702