Skip to main content
zerotal

Documentation


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?

optional separator?: unknown

Defined in: flow-ui/src/components/Breadcrumb.tsx:32

What sits between items. Defaults to a chevron.


maxItems?

optional maxItems?: 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?

optional class?: string

Defined in: flow-ui/src/components/Breadcrumb.tsx:38