back
Input , shadcn/ui components例
id: 138, 2024-09-06
概要
shadcn/ui , Input 実装例になります。
まとめリンクは、下記になります。
関連
- src/client/Input.tsx
- https://github.com/kuc-arc-f/express_49preact/blob/main/src/client/Input.tsx
<Label htmlFor="name">Name</Label>
<Input id="name" placeholder="Name 123" />