Slider
Stepper Slider
A slider with a step and a unit: minus and plus buttons move the value by exactly one step, and the unit sits right beside the number.
What you can change
- the caption through label and the bounds through min and max
- the increment through step
- the starting value through defaultValue
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/slider-006?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
Client component: useState for the value; the buttons add and subtract the step with clamping at the bounds and switch off at the ends of the scale. The "−" and "+" signs are drawn as bars on pseudo-elements, so they do not depend on the font and do not jump around the baseline. The value is announced through aria-valuetext together with its unit. The track fill is a gradient by percentage. The palette lives in --vibeui-slider-006-*. The button captions and the step line are templates with {step} and {unit}, so translation does not require editing the markup. The theme comes from the surrounding color-scheme through light-dark(): the component has no surface of its own by default, it sits directly on the page background. The background prop turns on a surface of its own, and then the theme branch is computed from its lightness.
Tags
- slider
- stepper
- units
- precision
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…