components
InputGroup
A component that combines multiple inputs, selects, or buttons into a single cohesive input area for better layout and user interaction.
Text
API Reference
InputGroupProps
Extends all the standard HTML attributes of the `<div>` element.
| Property | Type | Default | Description |
|---|---|---|---|
ref $bindable | HTMLDivElement | Reference to the rendered DOM element. | |
children | Snippet | InputGroup content to render |
InputGroupItemProps
Extends all the standard HTML attributes of the `<div>` element.
| Property | Type | Default | Description |
|---|---|---|---|
ref $bindable | HTMLDivElement | Reference to the rendered DOM element. | |
color | union | InputGroupItem color | |
children | Snippet | InputGroupItem content to render |
Examples
Checkbox +Input
Input +Button
Input +Input Range
Input +Select
Input +Text
WWW
Input sizes
Size 1
Size 2
Size 3