-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add RangeControl component to Storybook #18146
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.
I left some minor suggestions but other than that the PR looks good to me 👍
07e4563
to
d4853ad
Compare
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.
Nice, I left 2 nits but this can be a follow-up if you feel like it's something that makes sense. I'm 🚢
Description
Add RangeControl component to Storybook as part of #17973.
Added with the following "stories":
How has this been tested?
run npm run design-system:dev
Browse to the local Storybook instance
See Range Control component is rendered with various options when selected in left-hand navigation
Types of changes
New feature (non-breaking change which adds functionality)