Carlos Vega 45fa5c14fd Knobs addon and Angular app refactor
- Knobs addon now works (it had a bug in which the knobs would get cleaned *after* the new story was loaded.
- No longer using decarator/classes for dynamic component creation, this will allow us to "inherit" from the components we get from the user.

Signed-off-by: Carlos Vega <clmvega@gmail.com>
2017-09-06 10:25:56 -06:00
..
2017-08-18 18:16:45 +02:00
2017-09-06 10:25:56 -06:00
2017-08-18 18:16:45 +02:00
2017-08-18 18:16:45 +02:00
2017-08-18 18:16:45 +02:00
2017-08-18 18:16:45 +02:00
2017-08-18 18:16:45 +02:00
2017-08-18 18:16:45 +02:00

Storybook for Angular

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


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

Storybook Screenshot

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

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.

Angular Notes

  • This is currently at a very experimental stage!