0.0.5 • Published 1 year ago

@novin/rich-text-editor v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Welcome to Rich Text Editor!

Getting Started

  1. Install the package with npm install @novin/rich-text-editor

  2. 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:

  1. Run npm install

  2. Run npm run dev

  3. Have fun!