Label
---import { Input } from "@/components/ui/input"import { Label } from "@/components/ui/label"---
<div class="grid w-full max-w-sm gap-2"> <Label for="email">Email</Label> <Input id="email" type="email" placeholder="Enter your email" /></div>Installation
Section titled “Installation”To install the label component, run the following command:
npx shadcn@latest add @fulldev/labelimport { Label } from "@/components/ui/label"<Label for="email">Email</Label>