Agriculture Design System
Beta
Design System for the Export Service

A11y

Utilities for improving accessibility.

View in StorybookView in Github
import { ... } from '@ag.ds-next/react/a11y';

Usage

A11y components can be imported via the a11y entrypoint in the @ag.ds-next/react package.

For example:

import { ... } from '@ag.ds-next/react/a11y';

Props

VisuallyHidden Props
PropTypeDescription
childrenReactNode

ExternalLinkCallout Props

ExternalLinkCallout does not have any props.

Source

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