Components
InputSearch
A text field component that allows users to search. It provides a customizable input field with support for left and right icons and different sizes. Based on React Native TextInput component.

Installation
Usage
Props
Inherit all props from TextInputProps.
Prop | Type | Default |
---|---|---|
onPress? | () => void | - |
leftAccessory? | ReactNode | - |
rightAccessory? | ReactNode | - |
InputOTP
A component that allows users to enter an OTP (One-Time Password) code. It displays a series of input fields, each containing a single character. It also provides a way to import the OTP code from SMS.
InputText
A text field component that allows users to input text. It provides a customizable input field with support for left and right icons and different sizes. Based on React Native TextInput component.