1. Docs
  2. Label

Label

Renders an accessible label associated with controls.

Installation

Copy and paste the following code into your project.

Loading...

Update the import paths to match your project setup.

Usage

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