feat: add Storybook stories for UI components #3053
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adds Storybook stories for 13 UI components from
@onlook/uiand updates existing stories to use the correct Storybook import.New stories added:
Existing stories updated:
@storybook/reactto@storybook/nextjs-viteEach story file includes a Default story, variant showcases, and common use case examples following the existing patterns in the codebase.
Related Issues
N/A - Audit task to improve Storybook coverage
Type of Change
Testing
Note: Storybook could not be run locally due to Node.js version requirements (requires 20.19+ or 22.12+). Please verify stories render correctly by running
bun run storybookinapps/web/client.Screenshots (if applicable)
N/A - Storybook stories need to be verified locally
Additional Notes
Human Review Checklist:
@storybook/reactto@storybook/nextjs-viteworks correctlyLink to Devin run: https://app.devin.ai/sessions/d1343885028346b3bc055064f4d2e1f8
Requested by: unknown ()