📎 Add storybook helper components and improve current stories

This commit is contained in:
Belén Albeza 2024-07-04 11:49:00 +02:00
parent 203a39f07c
commit 5309da2eee
5 changed files with 64 additions and 27 deletions

View file

@ -17,4 +17,6 @@
;; meta / misc
:meta #js {:icons icon-list :svgs raw-svg-list}
:storybook #js {:StoryGrid sb/story-grid*
:StoryGridCell sb/story-grid-cell*
:StoryHeader sb/story-header*
:StoryWrapper sb/story-wrapper*}})