/fluent

Easy to use WYSIWYG editor inspiring your creation flow

Primary LanguageTypeScript

Fluent

Easy to use WYSIWYG editor inspiring your creation flow.

NPM JavaScript Style Guide

Install

yarn add fluent

Usage

import React, { Component } from 'react';

import Fluent from 'fluent';
import 'fluent/dist/index.css';

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

License

MIT © short-d