Input
UIText input with validation states, loading indicator, and design token styling.
[EXAMPLES]
States
[PROPS]
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| error | boolean | false | Show error border styling |
| success | boolean | false | Show success border styling |
| loading | boolean | false | Show loading spinner and disable |
| loadingText | string | — | Accessible loading label |
[ACCESSIBILITY]
KEYBOARD SHORTCUTS
| KEY | ACTION |
|---|---|
| Tab | Focus the input |
ARIA
- >Uses native <input> element
- >aria-invalid="true" when error prop is set