Input Group
<vox-input-group> joins inputs, selects, buttons, and text addons into one attached row. Plain <span> children render as text addons.
html
<vox-input-group>
<vox-input aria-label="Search modules" placeholder="Search modules…"></vox-input>
<vox-button>Search</vox-button>
</vox-input-group>Inside a group, give inputs an aria-label instead of a visible label so the row stays aligned.
| Slot | Description |
|---|---|
| (default) | vox-input, vox-select, vox-button, and <span> text addons |