Button Group

Playback Speed

A playback speed control where the selected segment widens and explains itself in a word while the others shrink to a bare multiplier.

What you can change

  • the speeds and their captions through speeds
  • the initial speed through defaultValue
  • the accessible group name through label

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/buttongroup-026?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

The component is self-contained: one file, no dependencies, its own palette in the --vibeui-buttongroup-026-* variables. It is a server component: the choice is held by radios inside a fieldset. The technique is animating flex-grow rather than width: the selected segment's share grows to 2.4, and the shares always add up to the track, so the group does not jitter and does not run outside its border. The caption is hidden by a zero max-width with overflow:hidden rather than display:none — that is what allows it to be revealed smoothly. The values are set in tabular figures, every segment has flex:1 1 0 and min-width:0, otherwise "1.5×" would claim more than "1×". The prefers-reduced-motion rule kills both the slide and the reveal.

Tags

  • buttongroup
  • player
  • speed
  • elastic
Component source

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

Loading…