Components
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.

Component dependencies
Usage
Props
Inherit all props from TextInputProps.
Prop | Type | Default |
---|---|---|
label? | string | - |
size? | "small" | "medium" | "large" | 'medium' |
onPress? | () => void | - |
leftAccessory? | ReactElement<unknown, string | JSXElementConstructor<any>> | - |
rightAccessory? | ReactElement<unknown, string | JSXElementConstructor<any>> | - |
error? | string | - |
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.
ListItem
A list item component to display content in a vertical manner. It supports optional left and right accessories to place a component or an icon.