Input Group
Combines inputs with prefixes, suffixes, or footers for structured data entry.
Installation
Copy the following code into your app directory.
buridan add component input_groupExamples
Below are examples demonstrating how the component can be used.
Price Input
An input field with a currency prefix for entering prices.
$
USD
URL Input
An input field with a prefixed URL scheme for web addresses.
https://
.com
Email Input
An input field that appends a fixed domain for email entry.
@company.com
Textarea with Footer
A multiline input with a footer displaying additional information or controls.
120 characters left