Michael Shilman 76b3c817a1 v4.0.0-rc.0
2018-10-15 23:39:49 +08:00
..
2018-10-10 18:29:11 +03:00
2018-08-27 19:42:20 +02:00
2018-10-15 23:39:49 +08:00
2018-10-13 16:05:06 +08:00
2018-10-10 18:29:11 +03:00

Storybook for Riot alpha


Storybook for Riot is a UI development environment for the components written with riot.js. 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-riot-app
npx -p @storybook/cli@alpha 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.