components/example.tsx
1
import { Switch } from "passport-ui";components/example.tsx
1
2
3
4
5
6
7
8
9
10
<Switch /> {/* With variants */}<Switch variant="success" defaultChecked /><Switch variant="warning" defaultChecked /><Switch variant="destructive" defaultChecked /><Switch variant="info" defaultChecked /> {/* Disabled state */}<Switch disabled />