Skip to content
import { UNSTABLE_NavList, UNSTABLE_NavListGroup, UNSTABLE_NavListItem } from '@cimpress-ui/react';

Displays a vertical navigation list.

UNSTABLE_NavListProps
ReactNode

Displays a single navigation item.

UNSTABLE_NavListItemProps
StringLikeChildren
ReactNode
string

A URL to link to.

boolean
boolean
undefined

Options for the configured client side router.

string

Hints at the human language of the linked URL. SeeMDN.

HTMLAttributeAnchorTarget

The target window for the link. See MDN.

string

The relationship between the linked resource and the current page. See MDN.

string | boolean

Causes the browser to download the linked URL. A string may be provided to suggest a file name. See MDN.

string

A space-separated list of URLs to ping when the link is followed. See MDN.

HTMLAttributeReferrerPolicy

How much of the referrer to send when following the link. See MDN.

Displays an expandable navigation item group.

UNSTABLE_NavListGroupProps
ReactNode
StringLikeChildren
ReactNode
boolean
boolean
(isExpanded: boolean) => void
boolean