Loading state animations
Interactive preview of the Spinner component with different variants.
Install the package via npm:
npm install apex-design-systemimport { Spinner } from 'apex-design-system';<Spinner /><Spinner size="sm" />
<Spinner size="md" />
<Spinner size="lg" />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.