0.0.9 • Published 5 years ago

lay-editor v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

lay-editor

React editor based on draftjs

NPM JavaScript Style Guide

Features

  • Support qiniu upload
  • Support aliyun oss upload
  • Support custom server upload
  • i18n zh-CN / en-US
  • Popular functions of editor
  • Less is more

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