glyf
v0.2.0
Published
Just another web text editor.
Downloads
7
Readme
Welcome to Glyf!
Getting Started
Install the package with
npm install glyfImport 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 installRun
npm run devHave fun!
