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

0.7.13 • Public • Published

TextEditor

The text editor is a multiline text component with text formatting capabilities. It supports bold, italic, underline, strikethrough and markdown shortcuts as well as adding links and lists.

Installation

To install @igloo-ui/text-editor in your project, you will need to run the following command using npm:

npm install @igloo-ui/text-editor

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/text-editor

Usage

Then to use the component in your code just import it!

import TextEditor from '@igloo-ui/text-editor';

<TextEditor placeholder="Enter text here" />;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/text-editor

Weekly Downloads

275

Version

0.7.13

License

Apache-2.0

Unpacked Size

3.6 MB

Total Files

19

Last publish

Collaborators

  • infra.admin
  • franckgaudin