0.1.7 • Published 4 years ago

design-system-poc v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Design System Showcase

Trying out storybook with react and rollup bundler, demo here

Installation

Package requires react, react-dom, prop-types, styled-components and polished to run

npm install react react-dom prop-types styled-components polished design-system-poc --save

Usage

import { PrimaryButton } from 'design-system-poc'

...

<PrimaryButton>
  Push it
</PrimaryButton>

Development

Clone the repo, and run following inside the directory

npm install
npm start
0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago