Command Palette

Search for a command to run...

Renders an accessible label associated with controls.

import { Label } from "@/registry/optics/label";import { Input } from "@/registry/optics/input";<div className="flex flex-col gap-2">	<Label htmlFor="email">Email</Label>	<Input id="email" type="email" placeholder="Enter your email" /></div>

Installation

pnpm dlx shadcn@latest add https://optics.agusmayol.com.ar/r/label.json

Props

<Label />
Name
Type
className
string
htmlFor
string