GitXplorerGitXplorer
a

glyf

public
14 stars
5 forks
1 issues

Commits

List of commits on branch main.
Verified
248933d521d4da554aa0f26226bbb5f064f832a7

Merge pull request #1 from AliBayatMokhtari/fix/update-banner-node

aacywatson committed 8 months ago
Unverified
42e091a49594f154aef78e0fb356c80186c137a1

fix: undefined check for in banner node

AAliBayatMokhtari committed a year ago
Unverified
fae067fe5ac26e39857bc35b06ef3c656411c863

update styles

aacywatson committed 2 years ago
Unverified
549075657106a81cc6e29d1d387bf227a6db4326

fix header styles

aacywatson committed 2 years ago
Unverified
f636d816279ea876607dfef186fcc11d81132987

turn off multiline-ternary lint rule

aacywatson committed 2 years ago
Unverified
5191f5e34ca922e1c1b3b25888e9a59b523c0865

move files

aacywatson committed 2 years ago

README

The README file for this repository.

Welcome to Glyf!

Getting Started

  1. Install the package with npm install glyf

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

  1. Run npm install

  2. Run npm run dev

  3. Have fun!