Slider
Vertical Slider
A vertical slider for values where "higher means more": the rotation comes from writing-mode, so layout and keyboard both stay sane.
What you can change
- the caption through label and the bounds through min and max
- the starting value through defaultValue
- the unit of measure through unit
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-007?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 the fill share is computed from it. The vertical orientation is set with writing-mode:vertical-lr together with direction:rtl rather than a transform: an element rotated with rotate stays horizontal for layout and covers its neighbours with its box. The fill runs as a to-top gradient. The scale stands in a column beside it, captioned from top to bottom. The value is announced through aria-valuetext. The palette lives in --vibeui-slider-007-*. 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
- vertical
- range
- writing-mode
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…