stylexcn

Toggle Group

Grouped toggles. Single-select Bold / Italic / Underline.

Preview

Installation

pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/toggle-group.json
pnpm dlx shadcn@latest add @stylexcn/toggle-group

Usage

<ToggleGroup type="single" defaultValue="bold">
  <ToggleGroupItem value="bold">Bold</ToggleGroupItem>
</ToggleGroup>