HelperText

Supplementary field information

UtilityStable

Preview

Interactive preview of the HelperText component with different variants.

Must be at least 8 characters long

Installation

Install the package via npm:

bash
npm install apex-design-system

Import

tsx
import { HelperText } from 'apex-design-system';

Basic Usage

tsx
<Input type="password" />
<HelperText>Must be at least 8 characters</HelperText>

Accessibility

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.

View in StorybookView source