2.0.2-alpha.58 • Published 4 years ago

@equisoft/design-elements-storybook v2.0.2-alpha.58

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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