Igor 82c1f6c58c
Merge pull request #4822 from Atekon/html-element-reuse
Don't change rootElement when received node is the same
2018-11-22 13:27:11 +02:00
..
2018-04-22 20:02:31 +03:00
2018-11-22 12:33:15 +08:00
2018-10-31 12:14:20 +08:00
2018-10-10 18:29:11 +03:00

Storybook for HTML


Storybook for HTML is a UI development environment for your plain HTML snippets. 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-app
npx -p @storybook/cli sb init -t html

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.