Slider

Framed Volume Slider

A volume slider between quiet and loud icons at the edges: a bubble with the current percentage always sits above the thumb.

What you can change

  • the slider's accessible name through label
  • the starting level through defaultValue
  • the accent colour through accent

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/slider-009?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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 bubble computes its offset by percentage with a correction of half its own width — as in Value Bubble Slider. The icons at the edges are static and do not react to dragging: they only label the direction of the scale with bars of increasing height, without an icon package. The palette lives in --vibeui-slider-009-*. 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
  • icon
  • bubble
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…