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.
npm install @igloo-ui/text-editorThe 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.
To install @igloo-ui/text-editor in your project, you will need to run the following command using npm:
``bash`
npm install @igloo-ui/text-editor
If you prefer Yarn, use the following command instead:
`bash`
yarn add @igloo-ui/text-editor
Then to use the component in your code just import it!
`jsx
import TextEditor from '@igloo-ui/text-editor';
``