1 viewer
Component · Input
TextField
Named text-entry alias with secure and multiline runtime modes.
- Category
- Input
- Slots
- 5
- States
- 5
- Writer
- Shared
Preview
Cryptographic key for signing runtime transactions.
<TextField description="Cryptographic key for signing runtime transactions." kind="password" label="Operator Access Key" name="apiKey" placeholder="c8_key_..." />
Variants
Anatomy
The named parts of the rendered markup. Recipes style these hooks, and every renderer keeps them stable.
| Slot | DOM class |
|---|---|
| root | .primitive-text-field |
| label | — |
| control | — |
| description | — |
| error | — |
States and platforms
The states the contract publishes, the platforms it declares, and the style recipes that dress it.
States
Platforms
Recipes
Renderers
Every tag in the example above renders through a shared writer.
Declared adapters. A status is the manifest's declaration, not a measured parity result.
| Target | Renderer | Status |
|---|---|---|
| web | react | experimental |
| runtime-node | view-node | ready |
| ssr | html-form-control | ready |
| terminal | terminal-text | planned |
| native | native-adapter | experimental |
Accessibility
Preserves shared Input label, description, error, and textarea semantics for runtime-friendly text entry aliases.
- Secure fields keep password semantics without dropping the shared field wiring.
- Multiline fields render a real textarea so labels, help text, and validation continue to work without recipe styling.