Skip to content

Breadcrumb

<ts-breadcrumb> vv0.6.3

The ts-breadcrumb component.

Open in Storybook for interactive demos.

<ts-breadcrumb separator="/">Content</ts-breadcrumb>
PropertyAttributeTypeDefaultDescription
maxItemsmax-itemsnumber | undefinedMaximum number of visible items. Middle items are hidden when exceeded.
separatorseparatorstring'/'The separator character between breadcrumb items.
NameDescription
*(default)*Default slot for ts-breadcrumb-item children.

Use ::part() to style internal elements:

PartDescription
listThe ordered list element.
navThe nav element.
ts-breadcrumb::part(list) {
/* your custom styles */
}
<ts-breadcrumb separator="/">Content</ts-breadcrumb>
import { TsBreadcrumb } from '@tessera-ui/react';
<TsBreadcrumb separator="/">Content</TsBreadcrumb>