Input Group

Group input elements with the Input Group component to achieve a more compact styling. A typical use case is to combine an Input Field with a corresponding Button.

<x-inputGroup>
    <x-inputField />
    <x-button label="Senden" />
</x-inputGroup>