Command palette and search
Interactive preview of the Command component with different variants.
Install the package via npm:
npm install apex-design-systemimport { Command, CommandInput, CommandList, CommandItem } from 'apex-design-system';<Command>
<CommandInput placeholder="Search..." />
<CommandList>
<CommandItem>Dashboard</CommandItem>
<CommandItem>Settings</CommandItem>
<CommandItem>Profile</CommandItem>
</CommandList>
</Command>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.