mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:01:48 +08:00
- 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>
Storybook for Angular
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 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!