Easy to use WYSIWYG editor inspiring your creation flow.
yarn add fluent
import React, { Component } from 'react';
import Fluent from 'fluent';
import 'fluent/dist/index.css';
class Example extends Component {
render() {
return <Fluent />
}
}
MIT © short-d