Field — Playground

px

Use your work email

size
State
html.html
<kui-field label="Email" hint="Use your work email" error="">
  <input kuiInput placeholder="mira@company.dev" />
</kui-field>
NameTypeDefaultDescription
labelstringVisible label shorthand. Prefer this for simple field labels.
hintstringOptional help text rendered below the control and wired through aria-describedby.
errorstringExplicit error text rendered below the control and wired through aria-describedby.
hideErrorsbooleanHides automatic, explicit, and projected error messages while keeping invalid state.
requiredbooleanExplicit 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.