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';
Usage
Feature link list components can be imported via the feature-link-list
entrypoint in the @ag.ds-next/react
package.
For example:
import { ... } from '@ag.ds-next/react/feature-link-list';
Props
Prop | Type | Description |
---|---|---|
links | Omit<FeatureLinkListItemProps, "children">[] | |
background? | "body" | "bodyAlt" |
Source
You can view the full source code for this package on Github.