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