Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.5 KB

🐦 Finch

Storybook Github Pages Build status npm: finch-design-system Licence

An opinionated Design System.

Tech Stack

Building components

Deployment

Install

npm i --save finch-design-system

Usage

import { render } from 'preact';

import { MyComponent } from 'finch-design-system';

const App = () => <div><MyComponent /></div>;

render(App, document.getElementById('app'));