Variable: TextInput
constTextInput:ForwardRefExoticComponent<TextInputProps<InputType> &RefAttributes<InputRefType>>
Defined in: components/Form/TextInput/index.tsx:46
Component
TextInput
Description
A versatile text input component with validation, custom styling, and support for various input types.
Param
The component props.
Param
The forwarded ref to the input element.
Returns
The rendered TextInput component.
Example
<TextInput label="Name" name="name" placeholder="Enter your name" />