inputs

Switch

Toggle switch built on Radix UI with optional label and error state.

Import

import { Switch } from '@stella-ds/react'

Props

PropTypeDefaultDescription
size'sm' | 'md' | 'lg''md'Size preset
labelReactNodeundefinedLabel beside the switch
errorbooleanfalseError state

Preview

Examples

With label

<Switch label="Enable notifications" defaultChecked />
<Switch label="Dark mode" size="sm" />
Stack
All Components
Tabs