Component · Forms
Inline input
a borderless field that underlines on hover/focus — for editing a title in place.
Example
Where available
✓ React
✓ Angular
✓ Web Components
✓ Blazor
✓ Tokens
Using it
the same component, named idiomatically per target. one CSS contract underneath, so they render identically.
| Target | Reference | Package |
| React | <InlineInput> | @design-foundry/lucent-react |
| Angular | <lucent-inline-input> | @design-foundry/lucent |
| Web Components | <lucent-inline-input> | @design-foundry/lucent-wc |
| Blazor | <LucentInlineInput> | DesignFoundry.Lucent |
API
| Prop | Type | Default | Description |
| value | string | — | field value. |
| placeholder | string | — | placeholder text. |
| typography | string | — | typography utility class for the field font. |