Toggle Group
A row of toggles with shared selection, for single or multiple choice.
Installation
Copy the command below and run it in your terminal.
Usage
Import Toggle Group and compose it with Item components:
Examples
Toggle Group in single and multiple modes.
Single select
Multiple select
Anatomy
ToggleGroup.Root - Manages toggle group selection.
ToggleGroup.Item - Defines a toggle group option.
bunx @sivir-ui/svelte add toggle-group