

# Input Group

Combines inputs with prefixes, suffixes, or footers for structured data entry.

# Installation

Copy the following code into your app directory.


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


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

## Price Input
An input field with a currency prefix for entering prices.


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


## URL Input
An input field with a prefixed URL scheme for web addresses.


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


## Email Input
An input field that appends a fixed domain for email entry.


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


## Textarea with Footer
A multiline input with a footer displaying additional information or controls.


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

