> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turbostack.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Label

Renders an accessible label associated with controls.

## Usage

```ts theme={null}
import { Label } from "@turbostack/ui"
```

```tsx theme={null}
<Label htmlFor="email">Your email address</Label>
```
