Skip to content

Breadcrumb

<ts-breadcrumb> vv0.4.0

The ts-breadcrumb component.

Open in Storybook for interactive demos.

<ts-breadcrumb separator="/">Content</ts-breadcrumb>
PropertyAttributeTypeDefaultDescription
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>