Labs experimental ​
The Labs section contains components and input types that are experimental, in early development, or domain-specific. They are functional but may have incomplete APIs, limited test coverage, or may change without a semver notice.
Input types ​
These components integrate with the ue-form schema system via useInput. Use their type name in a field schema to activate them.
| Component | Schema type | Description |
|---|---|---|
InputDate | date | Native HTML date picker with ISO normalisation |
InputTime | time | Time picker via a v-time-picker popover |
InputRange | range | Dual-handle range slider |
InputColor | color | Hex color picker with swatch preview |
InputTreeview | treeview | Hierarchical tree selection |
InputIcon | icon | MDI icon picker with search |
InputOtp | otp | One-time password input (stub) |
Display / layout components ​
| Component | Description |
|---|---|
Callout | Bordered alert card with a title and value |
RowFormat | Flexible labelled row layout using a column array |
Specialised components ​
| Component | Description |
|---|---|
ActiveTableItem | Modal-driven detail panel for a selected table row |
PressReleaseCardIterator | Card iterator row for press release data tables |