Glitch Design System
Import to project
Packages here: https://github.com/glitchdotcom/glitch-design-system/packages
Install from NPM
npm install @glitchdotcom/glitch-design-system
Use in code
import { Button } from '@glitchdotcom/glitch-design-system';
<Button variant="secondary">Click me!!</Button>
Available Scripts
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run storybook
Runs the storybook, which contains our design elements.
Open http://localhost:6006 to view it in the browser.