@ysqsimon/draft-js-editor
v1.0.2
Published
personalised draft-js editor
Downloads
2
Readme
@ysqsimon/draft-js-editor
personalised draft-js-editor
Install
npm install @ysqsimon/draft-js-editor
or
yarn add @ysqsimon/draft-js-editor
Usage
import React, { Component } from 'react'
import MyComponent from '@ysqsimon/draft-js-editor'
import '@ysqsimon/draft-js-editor/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © ysqsimon