Package detail

@igloo-ui/text-editor

workleap76Apache-2.00.9.3

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.

readme

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.

<Example is="custom" /> <ReferenceLinks is="custom" />

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" />;