Components
Input
Overview
Input
is a React Native component for creating text input fields with customizable styles and behaviors.
It’s built on top of React Native’s TextInput. This component
provides properties for label display and customization.
Preview
Light mode
Dark mode
Light mode
Dark mode
Installation
1
First Step
Include Input.tsx in your project.
2
Second Step
Update the import paths to match your project setup.
Properties
className?: string (optional)
- The classes for theView
container wrapping the input field and the label.label?: string
(optional) - The label text for the input field.inputClasses?: string
(optional) - Custom classes for styling the input field.labelClasses?: string
(optional) - Custom classes for styling the label.- See React Native’s TextInput props