Bootstrap Breadcrumbs
Breadcrumbs indicate the current page location within a navigational hierarchy. Bootstrap styles them with the .breadcrumb class. Separators are added automatically via CSS using the ::before pseudo-element.
Custom Separator
Override the default / separator by setting the --bs-breadcrumb-divider CSS custom property on the .breadcrumb or a parent element, or via Sass at build time.