120k

Toggle

A two-state button that can be either on or off.

Installation

pnpm dlx shadcn-ember@latest add toggle

Usage

import { Toggle } from '@/ui/toggle';
<Toggle>Toggle</Toggle>

Examples

Outline

Use @variant="outline" for an outline style.

With Text

Size

Use the @size prop to change the size of the toggle.

Disabled

API Reference

See the Radix Toggle documentation.