TextInput
import { TextInput } from 'react-custom-components-ui'
const [text, setText] = useState("")
<TextInput
value={text}
onChange={(e: any) => setText(e.target.value)}
placeHolder='Search'
type='search'
iconVisible={true}
width='2xl'
placeHolderColor={"gray"}
textColor={black'}
iconColor={'black'}
borderColor={"gray"} />
Type Examples
Width Examples
Height Examples
Rounded Examples