Variable: Switch
@arolariu/components / Switch
Variable: Switch
constSwitch:ForwardRefExoticComponent<Omit<SwitchProps,"ref"> &RefAttributes<HTMLElement>>
Defined in: components/ui/switch.tsx:35
Toggles between on and off states with a styled thumb control.
Remarks
- Renders a
<button>element by default - Built on Base UI Switch
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<Switch defaultChecked />
See
// was this page useful?