Skip to content

Files

Latest commit

1a57704 · Apr 7, 2022

History

History
This branch is 28479 commits behind storybookjs/storybook:next.

angular

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 8, 2020
Apr 7, 2022
Jun 23, 2021
Jan 8, 2018
Dec 8, 2020
Dec 2, 2020
Apr 7, 2022
Oct 20, 2021
Dec 16, 2020
Dec 16, 2020
Oct 5, 2021
Mar 8, 2022
Mar 10, 2021
Jan 29, 2022
Dec 2, 2020
Dec 8, 2020
Oct 25, 2021

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.

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

cd my-angular-app
npx sb init

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.