lay-editor@0.0.9

EXAMPLES

README.md

lay-editor

React editor based on draftjs

NPM JavaScript Style Guide

Features

Install

npm install --save lay-editor

Example

https://laygit.github.io/lay-editor/

Usage

import React, { Component } from 'react'

import { LayEditor } from 'lay-editor'

class Example extends Component {
  render () {
    return (
      <LayEditor />
    )
  }
}

License

MIT © LayGit

Fork me on GitHub