Related field grouping
Interactive preview of the FieldGroup component with different variants.
Install the package via npm:
npm install apex-design-systemimport { FieldGroup, Label, Input } from 'apex-design-system';<FieldGroup>
<Label htmlFor="first-name">First name</Label>
<Input id="first-name" />
<Label htmlFor="last-name">Last name</Label>
<Input id="last-name" />
</FieldGroup>This component follows WAI-ARIA best practices and is WCAG 2.1 AA compliant. It includes proper keyboard navigation, focus management, and screen reader support.