Allows users to enter and submit data in a specified format
Loading...
Pass any valid element to startContent
to render custom prefix element into input
Loading...
Pass any valid element to endContent
to render custom suffix element into input
Loading...
Use <Label />
to create an accessible input label
Loading...
Loading...
Use readonly
to make an input uneditable and disabled
to prevent user interaction entirely
Loading...
Loading...
Prop | Type | Default |
---|---|---|
variant | outline soft underline | outline |
size | sm md lg | md |
color | default primary secondary success error | default |