

# Input

Custom input component.

# Installation

Copy the following code into your app directory.


> **Error: 'Input' not found in registry**


# Usage


> **Error: 'input' not found in registry**


# Anatomy 
Use the following composition to build a `Input`


```python
input()
```



# Examples
Below are examples demonstrating how the component can be used.

## Basic Demo
A simple text input demonstrating the default appearance and behavior.


> **Error: 'input_basic_demo' not found in registry**


## Email
An input field optimized for email address entry.


> **Error: 'input_email' not found in registry**


## Password
An input field that hides characters for secure password entry.


> **Error: 'input_password' not found in registry**


## Disabled
An example of an input field in a disabled state.


> **Error: 'input_disabled' not found in registry**


## File Input
An input field for selecting and uploading files.


> **Error: 'input_file_input' not found in registry**


## Custom Input
An input field with a custom width and styling.


> **Error: 'input_custom_input' not found in registry**

