/design-system-poc

Trying out storybook with react and rollup bundler

Primary LanguageJavaScript

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