Field — Playground
size
State
<kui-field label="Email" hint="Use your work email" error="">
<input kuiInput placeholder="mira@company.dev" />
</kui-field>| Name | Type | Default | Description |
|---|---|---|---|
| label | string | — | Visible label shorthand. Prefer this for simple field labels. |
| hint | string | — | Optional help text rendered below the control and wired through aria-describedby. |
| error | string | — | Explicit error text rendered below the control and wired through aria-describedby. |
| hideErrors | boolean | — | Hides automatic, explicit, and projected error messages while keeping invalid state. |
| required | boolean | — | Explicit required marker override. Omit when Signal Forms can infer it. |
| size | 'xs' | 'sm' | 'md' | 'lg' | — | Field spacing and projected control size. |
Inputs verified against @kikita-labs/ui v1.6.1 public typings.