Label
A text label for form controls.
Installation
dotnet add package Lumeo
One-time app setup (AddLumeo(), CSS & JS) is covered in the
installation guide.
Usage
@using Lumeo <Label />
When to Use
- Labeling form fields such as inputs, selects, checkboxes, and radio buttons
- Improving accessibility by associating labels with their form controls
- Indicating required fields with visual markers alongside label text
*
We'll never share your email with anyone.
Clicking the label focuses the input via the For attribute.