Custom input component.
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
from components.ui.input import inputUse the following composition to build a Input
Below are examples demonstrating how the component can be used.
A simple text input demonstrating the default appearance and behavior.
Text Input
An input field optimized for email address entry.
Email Input
An input field that hides characters for secure password entry.
Password Input
An example of an input field in a disabled state.
Disabled Input
An input field for selecting and uploading files.
File Input
An input field with a custom width and styling.
Custom Width