Label
Displays a label component.
Installation
pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/label.jsonUsage
This component is generated automatically. To see advanced interactive demos, please refer to the original source code.
import { Label } from "@/components/ui/label"
export default function Example() {
return (
<Label>
Example
</Label>
)
}