Input
function InputExample() { return <Input defaultValue="Hello World" size="medium" />; }
Props
endAdornment
TypeReactNode
Defaultundefined
Element displayed at the end of the input field.
size
TypeItemSize
Default'medium'
Specifies the size of the input field.
Can be 'small', 'medium', or 'large'.
startAdornment
TypeReactNode
Defaultundefined
Element displayed at the start of the input field.