Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 584 Bytes

File metadata and controls

30 lines (20 loc) · 584 Bytes

alor-editor

Rich Text Editor for Alora

NPM JavaScript Style Guide

Install

npm install --save alor-editor

Usage

import React, { Component } from 'react'

import Editor from 'alor-editor'
import 'alor-editor/dist/index.css'

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

License

MIT © WenheLI