Carlos Vega e5d44bdd8d Removed lodash
Let's use JS for this, don't see a compelling reason to pull lodash. Also, I don't see it in the deps and it's probably working because most projects use it but it could potentially break if it's not there.

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2018-01-08 13:54:59 -06:00
..
2017-09-12 20:41:36 +02:00
2017-08-18 18:16:45 +02:00
2018-01-08 13:54:59 -06:00
2017-08-18 18:16:45 +02:00
2017-09-12 22:23:51 +02:00
2018-01-08 14:02:45 +02:00
2017-08-18 18:16:45 +02:00
2018-01-08 14:02:45 +02:00
2018-01-08 13:54:59 -06:00
2018-01-02 20:22:54 +01:00

Storybook for Angular

Storybook for Angular is a UI development environment for your Angular components. With it, you can visualize different states of your UI components and develop them interactively.

Greenkeeper badge Build Status on CircleCI CodeFactor Known Vulnerabilities BCH compliance codecov
Storybook Slack Backers on Open Collective Sponsors on Open Collective


Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

Storybook Screenshot

Getting Started

npm i -g @storybook/cli
cd my-angular-app
getstorybook

For more information visit: storybook.js.org


Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your storybook and deploy it anywhere you want.