Optional
appendAn optional icon or element to display at the end (right) of the input field.
Optional
appendOptional text to display at the end (right) of the input field if no icon is provided.
Optional
backgroundThe background color of the input field. Can be a theme color or any valid CSS color.
Optional
borderThe border color of the input field. Can be a theme color or any valid CSS color.
Optional
borderThe border radius of the input field. Defaults to 4 pixels.
Optional
fontThe font size of the input field text. Defaults to '0.75rem'.
Optional
labelThe label displayed above the input field.
Optional
maxThe maximum width of the input field. Defaults to 413 pixels.
Callback function that is called when the input value changes.
The new input value.
Optional
placeholderThe color of the placeholder text. Can be a theme color or any valid CSS color.
Optional
placeholderFont size of the placeholder text. Defaults to '1rem'.
Optional
prependAn optional icon or element to display at the start (left) of the input field.
Optional
prependOptional text to display at the start (left) of the input field if no icon is provided.
Optional
textThe color of the input field. Can be a theme color or any valid CSS color.
The current value of the input field.
Optional
variantThe variant of the input field. Can be 'filled', 'outlined', or 'standard'. Defaults to 'filled'.
Props for the InputField component.