Skip to content

Input Group

<vox-input-group> joins inputs, selects, buttons, and text addons into one attached row. Plain <span> children render as text addons.

Searchhttps://
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.

SlotDescription
(default)vox-input, vox-select, vox-button, and <span> text addons

Released under the Apache-2.0 License.