Feature link list
Feature link list is a vertical list of important links. It adds prominence and additional information to help users find and understand the navigation items.
import { ... } from '@ag.ds-next/react/feature-link-list';
Learn more about how to meet WCAG success criteria when implementing a feature link list. This makes them accessible and inclusive for users of all abilities and situations.
Clear and descriptive links
Requirements
- Each feature link has clear, concise and descriptive link text.
- Each link should be distinguishable from the others.
Benefits
- Screen reader users can understand the purpose of each link before activating it.
- Supports users with cognitive disabilities through clear labelling.