0.0.0 • Published 12 months ago

@infinityfx/text-editor v0.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
12 months ago

TextEditor

NPM package NPM bundle size Last commit NPM weekly downloads NPM downloads

Rich text editor for React Fluid UI.

Get started

Installation

$ npm i @infinityfx/text-editor

Usage

import { TextEditor } from "@infinityfx/text-editor";

<TextEditor
    rows={4} // default: 1
    placeholder="Text" // default: ''
    formattingTools={["bold", "align"]} // default: ['bold', 'italic', 'underline']
/>;
0.0.0

12 months ago