@glitchdotcom/glitch-design-system

The glitch design system

Usage no npm install needed!

<script type="module">
  import glitchdotcomGlitchDesignSystem from 'https://cdn.skypack.dev/@glitchdotcom/glitch-design-system';
</script>

README

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.