Documentation / @zerotal/flow-ui / index / BreadcrumbProps
Interface: BreadcrumbProps
Defined in: flow-ui/src/components/Breadcrumb.tsx:29
Indexable
[
key:string]:unknown
Properties
items
items:
BreadcrumbItem[]
Defined in: flow-ui/src/components/Breadcrumb.tsx:30
separator?
optionalseparator?:unknown
Defined in: flow-ui/src/components/Breadcrumb.tsx:32
What sits between items. Defaults to a chevron.
maxItems?
optionalmaxItems?:number
Defined in: flow-ui/src/components/Breadcrumb.tsx:37
Collapse a long trail to first + last few with an ellipsis. A trail deeper than this wraps onto two lines and stops being scannable.
class?
optionalclass?:string
Defined in: flow-ui/src/components/Breadcrumb.tsx:38