1.0.2 • Published 3 years ago

react-material-editor v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

react-material-editor

Draftjs rich editor with material design and easy to use with Formik

NPM JavaScript Style Guide

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