Validation error displays
Interactive preview of the ErrorMessage component with different variants.
Please enter a valid email address
Install the package via npm:
npm install apex-design-systemimport { ErrorMessage } from 'apex-design-system';<Input type="email" error />
<ErrorMessage>Please enter a valid email</ErrorMessage>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.