Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 586 Bytes

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