back
Switch , shadcn/ui components例
id: 144, 2024-09-09
概要
shadcn/ui , Switch 実装例になります。
まとめリンクは、下記になります。
関連
- src/client/Switch.tsx
- https://github.com/kuc-arc-f/express_49preact/blob/main/src/client/Switch.tsx
<Switch id="airplane-mode" defaultChecked={true} />
<Label htmlFor="airplane-mode">Airplane Mode</Label>
<hr className="my-2" />
<Switch id="switch_2" defaultChecked={false} />
<Label htmlFor="switch_2-mode">switch_2</Label>
<hr className="my-2" />