π’ New Addon: Range Controls β Discover layout issues with sliders (feedback welcome!) #32279
Unanswered
silverbirder
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone π
Iβve built a new Storybook addon called Range Controls.
It lets you adjust story args (strings, numbers, arrays) with sliders, making it easy to stress-test your UI and discover layout issues.
It was inspired by the built-in
argTypes
withtype: "range"
, but aims to make this kind of control more flexible and easier to use.π Demo
π Live Demo on Chromatic
π¦ Installation
Then register it in
.storybook/main.js
:βοΈ Usage
Define the
range
parameter in your stories:π More
π Looking for feedback
Iβd love to hear your thoughts on:
If it looks useful, please give it a try and let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions