Slider
Value Bubble Slider
A slider with a value bubble: the number sits right above the thumb and travels with it, so the eye never jumps between the track and a corner caption.
What you can change
- the caption through label and the bounds through min and max
- the initial value through defaultValue
- the text appended to the number through suffix
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-002?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 holds the value, and two variables are computed from it — the fill percentage and the same share as a number. The bubble is positioned by percentage, and its offset is corrected by half the thumb width through calc with that share: without the correction it hangs away from the thumb at 0% and 100%. The bubble's tail is a square at 45°. The track fill is a linear gradient by percentage. The palette lives in --vibeui-slider-002-*. 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
- range
- bubble
- value
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…