@quanhua92/rich-text-editor
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

rich-text-editor

A React Rich Text WYSIWYG Editor based on Slate.js

NPM JavaScript Style Guide

Install

npm install --save rich-text-editor

Usage

import React, { Component } from 'react'

import MyComponent from 'rich-text-editor'
import 'rich-text-editor/dist/index.css'

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

License

MIT © quanhua92

Readme

Keywords

none

Package Sidebar

Install

npm i @quanhua92/rich-text-editor

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

7.7 kB

Total Files

10

Last publish

Collaborators

  • quanhua92