Appearance
Function: Input()
ts
function Input(props: InputProps): Block;Defined in: src/renderer/blocks/index.ts:516
Parameters
| Parameter | Type |
|---|---|
props | InputProps |
Returns
Deprecated
Use InputField instead — names now match the underlying UiInputField component.
Example
ts
InputField({name: 'firstName', label: 'First name', type: 'text'});