Agriculture Design System
Beta
Design System for the Export Service

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.

View in FigmaView in StorybookView in Github
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

FeatureLinkList Props
PropTypeDescription
linksOmit<FeatureLinkListItemProps, "children">[]
background?"body" | "bodyAlt"

Source

You can view the full source code for this package on Github.