tool(platform): Add storybooks to aid UI development (#8274)

* storybook init

* alert stories

* Avatar stories

* badge stories

* button stories

* calander stories

* stories default

* card stories

* checkbox stories

* formatting

* added tailwind config

* add collapsible story

* added command story

* rename use-toast.ts to tsx

* added more stories

* fix linting issues

* added stories for input

* added stories for label

* Added tests to button story

* added multiselect stories

* added popover stories

* added render stories

* scroll area stories

* more stories

* Added rest of the stories for the default components

* fmt

* add test runner

* added ci

* fix tests

* fixing ci

* remove storybook from ci

* removed styling

* added new line
This commit is contained in:
Swifty
2024-10-10 18:35:05 +02:00
committed by GitHub
parent 9ad5e1f808
commit d8145c158c
65 changed files with 3889 additions and 3 deletions

View File

@@ -42,3 +42,6 @@ node_modules/
/playwright-report/
/blob-report/
/playwright/.cache/
*storybook.log
storybook-static