Lists
Props
BreadcrumbList props
Property | Required | Type | Default | Description |
---|---|---|---|---|
className | no | String | Classname of the list | |
divider | no | Boolean | false | Whether to include a divider between items |
unstyled | no | Boolean | false | Whether to style the list |
InlineList props
Property | Required | Type | Default | Description |
---|---|---|---|---|
className | no | String | Classname of the list | |
divider | no | Boolean | false | Whether to include a divider between items |
unstyled | no | Boolean | false | Whether 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';