Props & events
Attributes & behavior classes
The meridiem buttons need no class of their own — their selected look is driven purely by aria-pressed, toggled from your own click handler (only one button should be true at a time).
| Attribute / class | Purpose |
|---|---|
aria-label (on each field) | Describes the field, e.g. "Hour" / "Minute" |
inputmode="numeric" | Requests a numeric keyboard on touch devices |
maxlength="2" | Caps each field to two digits |
aria-pressed (on meridiem buttons) | Marks which of AM/PM is currently active |
Events
FlickUI ships no JavaScript for this component — incrementing values and toggling AM/PM are wired up by the consuming page.
This component is purely presentational — it emits no JavaScript events.