diff --git a/src/common/components/Breadcrumbs/Breadcrumbs.tsx b/src/common/components/Breadcrumbs/Breadcrumbs.tsx index 812369d..2e41fd8 100644 --- a/src/common/components/Breadcrumbs/Breadcrumbs.tsx +++ b/src/common/components/Breadcrumbs/Breadcrumbs.tsx @@ -13,6 +13,40 @@ export interface BreadcrumbsProps extends BaseComponentProps, PropsWithChildren /** * The `Breadcrumbs` component renders a heirarchy of links as a path to the * current route. + * + * **Example:** + * ``` + + + + Home + + + + + + + + + Components + Settings + Tasks + + + + + + + dolorum laboriosam eos qui iure aliquam + + + + + Edit + + + + * ``` */ const Breadcrumbs = ({ children,