Switch
Switch Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
label | ReactNode | β | β |
description | ReactNode | β | β |
size | 'sm' | 'md' | 'lg' | β | |
disabled | boolean | β |
Usage
<Switch
label="Enable notifications"
description="Receive email notifications"
size="md"
/>