WIP: feat: add storybook with @storybook/builder-vite #1785

Closed
dpschen wants to merge 2 commits from dpschen/frontend:feature/storybook into main

2 Commits

Author SHA1 Message Date
Dominik Pschenitschni fd308c25cf
chore: lint
continuous-integration/drone/pr Build is passing Details
2022-04-09 19:15:46 +02:00
Dominik Pschenitschni 698247adeb
feat: add storybook with @storybook/builder-vite
continuous-integration/drone/pr Build is failing Details
This helps building components that work in isolation.
As the current example shows we can use it for components but could also use it later for full pages.
This would help us build pages that are only prop & event driven.

Having storybook could help us as well to better understand where we rely on global Bulma styles.
2022-04-09 16:56:52 +02:00