Toggle Switch
FormsAnimated toggle switch
toggleswitchboolean
Installation
$
Usage
tsx
import { ToggleSwitch } from "@/components/nonaxial/toggle-switch"
export default function Example() {
return (
<ToggleSwitch>{/* Your content here */}</ToggleSwitch>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |