From fca08480666b1161ff8d24876843a0cf229d7be8 Mon Sep 17 00:00:00 2001 From: Matthew Warman Date: Sun, 9 Mar 2025 07:15:50 -0400 Subject: [PATCH] #66 breadcrumbs doc example --- .../components/Breadcrumbs/Breadcrumbs.tsx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) 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,