Docs
标签(Label)

标签(Label)

Renders an accessible label associated with controls.

安装

npx shadcn@latest add label

用法

import { Label } from "@/components/ui/label"
<Label htmlFor="email">Your email address</Label>