Skip to content

Commit 13bc3b5

Browse files
committed
chore: migrate from Ladle to Storybook
- Replace @ladle/react with Storybook 8.6.15 - Convert all 69 story files from Ladle's Story<T> format to Storybook CSF3 - Add .storybook/ configuration with providers, component adapter toolbar - Migrate helpers: FormWrapper, PlainComponentAdapter, add useStoryState - Update tsconfig.json, vite.config.ts, eslint.config.mjs for .storybook paths - Update CONTRIBUTING.md with Storybook instructions - Add storybook-static/ and *storybook.log to .gitignore
1 parent 9cad161 commit 13bc3b5

File tree

78 files changed

+17447
-10712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+17447
-10712
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,8 @@ dist
184184
.docs/temp-publish-docs/
185185
.docs/temp-publish-docs/.secrets
186186
.secrets
187+
188+
*storybook.log
189+
190+
# Storybook build output
191+
storybook-static/

.ladle/Welcome.module.scss

Lines changed: 0 additions & 150 deletions
This file was deleted.

.ladle/Welcome.stories.tsx

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)