Skip to content

taikn/design-system-poc

Repository files navigation

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

About

Trying out storybook with react and rollup bundler

Resources

Stars

Watchers

Forks

Packages

No packages published