Skip to main content

Pivotal UI

v19.0.0

Lists

Breadcrumb
ReferenceError: React is not defined
Breadcrumb CSS

The .list-breadcrumb can be used to provide additional page navigation. Breadcrumbs use their own monospace font-family.

Inline
ReferenceError: React is not defined

Props

PropertyRequiredTypeDefaultDescription
classNamenoStringClassname of the list
dividernoBooleanfalseWhether to include a divider between items
unstylednoBooleanfalseWhether to style the list

InlineList props

PropertyRequiredTypeDefaultDescription
classNamenoStringClassname of the list
dividernoBooleanfalseWhether to include a divider between items
unstylednoBooleanfalseWhether to style the list

ListItem props

All props passed directly to inner li element.

Imports

Import React components (including CSS):

import {BreadcrumbList, InlineList, ListItem} from 'pivotal-ui/react/lists';

Import CSS only:

import 'pivotal-ui/css/lists';