glyf
v0.2.0
Published
Just another web text editor.
Downloads
21
Readme
Welcome to Glyf!
Getting Started
Install the package with
npm install glyf
Import the GlyfEditor component and use it in your React App:
import { GlyfEditor } from 'glyf';
...
<GlyfEditor/>
...
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!