--- title: Breadcrumb sidebar_position: 1 sidebar_custom_props: icon: TbSquareChevronsRight --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import { SandpackEditor} from '@site/src/ui/SandpackEditor' import breadcrumbCode from '!!raw-loader!@site/src/ui/navigation/breadcrumbCode.js' Renders a breadcrumb navigation bar.
Props Type Description
className string Optional class name for additional styling
links array An array of objects, each representing a breadcrumb link. Each object has a `children` property (the text content of the link) and an optional `href` property (the URL to navigate to when the link is clicked)