# `Noora.Label`

Renders a label with an optional sublabel and a required indicator.

## Example

```elixir
<.label label="Email Address" required={true} />
```

# `label`

## Attributes

* `label` (`:string`) (required) - The label.
* `sublabel` (`:string`) - A sublabel. Defaults to `nil`.
* `required` (`:boolean`) - Whether the field is required. Defaults to `false`.
* `disabled` (`:boolean`) - Whether the label is disabled. Defaults to `false`.
* Global attributes are accepted. Additional HTML attributes.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
