Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 698 Bytes

react-blog-editor

An WYSIWYG editor made with React, Material-UI and Tiptap that you can use for editing your blog

NPM JavaScript Style Guide

Install

npm install --save react-blog-editor

Usage

import React, { Component } from 'react'

import MyComponent from 'react-blog-editor'
import 'react-blog-editor/dist/index.css'

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

License

MIT © Nanoky