Label
Renders an accessible label associated with controls.
Default
A label paired with an input.
Usage
julia
using Suite
Label("Email", :for => "email")
Label("Username")API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| class | String | "" | Additional CSS classes |
| children... | Any | - | Label text |
| kwargs... | Pair | - | Any HTML attribute (for, id, etc.) |