1.0.6 • Published 6 years ago

slate-react-wysiwyg v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Slate based wysywig editor

Its a simple implimetation of slate based WYSIWYG editor from slate's example.

Installation

npm install slate-react-wysiwyg --save
yarn add slate-react-wysiwyg

Usage

Javascript

import Wysiwyg from 'slate-react-wysiwyg';
const element = <FontAwesomeIcon icon={faCoffee} />

ReactDOM.render(element, document.body)