Slider
Volume Slider
A volume slider with a live icon: the speaker waves fade as the level drops, and the button on the left mutes the sound and restores the previous level.
What you can change
- the slider's accessible name through label
- the starting level through defaultValue
- the button caption through muteText
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-005?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 current level and for the one remembered before muting. The level is reduced to three steps and put into data-level on the root, from where CSS turns the waves off. The speaker is cut out with clip-path, and the waves are arcs made of circles with transparent edges, selected with an adjacent combinator rather than nth-of-type: every node here is the same span type. The button is declared with aria-pressed. The palette lives in --vibeui-slider-005-*. 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
- volume
- media
- icon
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…