0.0.5 • Published 1 year ago
@novin/rich-text-editor v0.0.5
Welcome to Rich Text Editor!
Getting Started
Install the package with
npm install @novin/rich-text-editor
Import the RichTextEditor component and use it in your React App:
import { GlyfEditor } from '@novin/rich-text-editor';
...
<RichTextEditor />
...
Storybook
To view the storybook, checkout the package locally and run npm run storybook
.
Styling
Development
To start the project locally:
Run
npm install
Run
npm run dev
Have fun!