Label
Renders an accessible label associated with controls.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/labelUsage
Import the component from the package:
import { Label } from "@/registry/ui/label"Then use it in your application:
<Label />