1.0.2 • Published 3 years ago

@ysqsimon/draft-js-editor v1.0.2

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

@ysqsimon/draft-js-editor

personalised draft-js-editor

NPM JavaScript Style Guide

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