Toggle Group
Weekday Filter
A multi-select weekday filter: seven round toggles, a live summary line and a separate "Weekdays only" action button.
What you can change
- the group name through label
- the note under the group through hint
- the initial set of days 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/togglegroup-004?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
One file, zero dependencies, the --vibeui-togglegroup-004-* palette. Client component: useState with an array of identifiers. The circle is a toggle: pressed or not, there is no third option, hence aria-pressed on each one and the full day name in aria-label (the two letters "Mo" sound bad without being spelled out). Beside it stands "Weekdays only" — not a toggle but an action over the selection, and it looks like a text button: the difference between a state and an action has to read by eye. The weekend days take their own colour only in the pressed form, so that a calm row does not shimmer.
Tags
- togglegroup
- weekdays
- filter
- multiple
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…