Two-column layout
Grid places two short fields side by side and one full-width.
<Grid columns={2} gap="md">
<Field name="firstName">
<Field.Label>First Name</Field.Label>
<Field.Control>
<Input placeholder="Jane" />
</Field.Control>