@igloo-ui/text-editor
v1.0.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
1,491
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-editorIf you prefer Yarn, use the following command instead:
yarn add @igloo-ui/text-editorUsage
Then to use the component in your code just import it!
import TextEditor from '@igloo-ui/text-editor';
<TextEditor placeholder="Enter text here" />;