Skip to main content

Field

Label, hint, and error shell around any control — same layout as TextInput without a built-in input.

FieldControl (native input)

Paste from your dashboard.

Optional

Custom textarea

Use Field for any control — not only FieldControl.

Error state

Hint hidden when error

API

PropRequiredTypeDefaultDescription
themeOptionalSiteThemeatelierVisual theme.
label / hint / errorOptionalstringField chrome copy.
childrenOptionalReactNodeControl slot — use FieldControl for native inputs, or a headless custom control.
FieldControlOptionalcomponentInput with fieldControlClasses (padding + border) — pair with Field label/htmlFor.