Default
Empty field state.
/render stateSingle-line field with label, help, leading icon, disabled, and error states.
Input is the canonical single-line text field. Compose Field around it for richer form chrome.
Controls update query params directly, so every primitive state can be linked, rendered, and screenshotted deterministically.
Every state maps to the same render route through the `state` query param.
Empty field state.
/render stateValue present.
/render stateValidation failure.
/render stateLocked field.
/render state| Name | Type | Default | Description |
|---|---|---|---|
label | ReactNode | - | Optional field label. |
help | ReactNode | - | Muted helper text. |
error | ReactNode | - | Error copy and invalid treatment. |
leadingIcon | IconName | ReactElement | - | Glyph inside the left field slot. |
placeholder | string | - | Native placeholder text. |
disabled | boolean | - | Native disabled behavior. |