Earthling UI

  1. Components
  2. toggle-group

ToggleGroup

Prop
Default Value
Value
The material of the toggle group
material
paper
The size of the toggle group
size
md

Anatomy

<ToggleGroup><ToggleGroupItem /></ToggleGroup>

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { ToggleGroup, ToggleGroupItem } from "earthling-ui/toggle-group"
The component is ready to use