Label

Renders an accessible label associated with controls.

Preview

Installation

Install the package using your preferred package manager:

npx shadcn@latest add @airy/label

Usage

Import the component from the package:

import { Label } from "@/registry/ui/label"

Then use it in your application:

<Label />

Examples

Default