Trying out storybook with react and rollup bundler, demo here
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
import { PrimaryButton } from 'design-system-poc'
...
<PrimaryButton>
Push it
</PrimaryButton>
Clone the repo, and run following inside the directory
npm install
npm start