Slider
Ruler Slider
A continuous slider with ruler-style ticks at arbitrary scale values and step captions underneath the track.
What you can change
- the caption through label and the bounds through min and max
- the set of ticks and their captions through marks
- 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-010?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 ticks and the captions under them are positioned as percentages of the range through an inline style rather than in grid columns — that way a scale with an uneven step (6, 12, 24…) stays accurate. The ticks are drawn as a separate layer over the track with pointer-events:none, while the thumb travels freely between them. The palette lives in --vibeui-slider-010-*. 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
- ticks
- marks
- range
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…