# Label

> An accessible label associated with a form control.

_Updated: 2026-06-04_

An accessible label associated with a form control.

## Installation

```bash
railbase ui add label
```

## Usage

```tsx
import { Label } from "@/lib/ui/label";

<Label for="email">Email</Label>
<Input id="email" />
```
