Input
A text input component for forms and user data entry with built-in styling and accessibility features.
Installation
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
Anatomy
Use the following composition to build an Input component.
Text Input
An input field optimized for email address entry.
Email Input
Password
An input field that hides characters for secure password entry.
Password Input
Disabled
An example of an input field in a disabled state.
Disabled Input
File Input
An input field for selecting and uploading files.
File Input
Custom Input
An input field with a custom width and styling.
Custom Width