FieldControl (native input)
Paste from your dashboard.
Optional
Custom textarea
Use Field for any control — not only FieldControl.
Error state
Must be HTTPS.
Hint hidden when error
URL is required.
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme. |
| label / hint / error | Optional | string | — | Field chrome copy. |
| children | Optional | ReactNode | — | Control slot — use FieldControl for native inputs, or a headless custom control. |
| FieldControl | Optional | component | — | Input with fieldControlClasses (padding + border) — pair with Field label/htmlFor. |