@equisoft/design-elements-storybook
v2.0.2-alpha.58
Published
This [Storybook](https://storybook.js.org) currently documents the [React](../react) implementation of Equisoft's Design Elements.
Downloads
18
Maintainers
Keywords
Readme
Design Elements Storybook
This Storybook currently documents the React implementation of Equisoft's Design Elements.
Getting started
To run this Storybook, all you need to do is install the package's dependencies and run the start
script:
cd design-elements/packages/storybook
yarn
yarn start
Storybook should then open automatically in your browser.
Developing with local components
If you wish to work with components from your local version of @equisoft/design-elements-react
instead of loading them from an npm published version, you need to follow these two steps:
cd design-elements/packages/react
yarn link
cd design-elements/packages/storybook
yarn link @equisoft/design-elements-react