@infinityfx/text-editor
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

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']
/>;

Package Sidebar

Install

npm i @infinityfx/text-editor

Weekly Downloads

4

Version

0.0.0

License

GPL-3.0

Unpacked Size

59.9 kB

Total Files

19

Last publish

Collaborators

  • florian-lp