4.0.0-alpha.10 • Published 6 years ago

storybook-angular v4.0.0-alpha.10

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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.