@igloo-ui/text-editor
v0.9.0
Published
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.
Downloads
24
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.
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" />;