Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
/ fluent Public archive

Easy to use WYSIWYG editor inspiring your creation flow

Notifications You must be signed in to change notification settings

short-d/fluent

Repository files navigation

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

About

Easy to use WYSIWYG editor inspiring your creation flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published