-
-
Notifications
You must be signed in to change notification settings - Fork 55
devex: Add Storybook for component development #2556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet, this is a great start! Very down to get this merged, though I think eventually I'd like to move this stuff into Hickory — but that's something I'll look into later.
Yes, makes sense to me. |
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Related to #2497
Changes
Adds Storybook in preparation for UI component refactoring.
Manual testing
yarn
to install dependenciesyarn storybook
. Verify Storybook loads with button and table componentsScreenshots
Follow-ups
btrix-button
as much asbtrix-navigation-button
, but I added it since it has a simple enough component API and it'd be a step towards mergin the two components.