# nqui Label

> Form label. Associates with form controls via htmlFor.

## Import

```tsx
import { Label } from "@nqlib/nqui"
```

## Basic

```tsx
<Label htmlFor="email">Email</Label>
<Input id="email" />
```
