渲染与控件关联的可访问标签。
pnpm dlx shadcn@latest add label
import { Label } from "@/components/ui/label"
<Label htmlFor="email">您的电子邮件地址</Label>
On This Page