Skip to content

Commit

Permalink
docs: add breadcrumbs link (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza14khan authored Dec 2, 2024
1 parent 1d57480 commit e563d9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/docs/content/3-components/2-library/breadcrumbs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ libraries:
link: '?path=/docs/navigation-breadcrumbs--docs'
status: 'stable'
- platform: 'global'
link: '?path=/docs/navigation-breadcrumbs--docs'
status: 'beta'
- platform: 'react'
link: '?path=/docs/navigation-breadcrumbs--docs'
status: 'beta'
---

Expand Down Expand Up @@ -77,8 +79,7 @@ libraries:
<BreadcrumbLink href="/docs">Documentation</BreadcrumbLink>
<BreadcrumbCurrentLink href="/travel">Travel abroad</BreadcrumbCurrentLink>
</Breadcrumbs>
```
```
</TabPanel>
</Tabs>

Expand All @@ -93,4 +94,4 @@ Use breadcrumbs to help users understand their location within a website or appl
## When not to use this component
Avoid breadcrumbs on websites or applications with a flat structure, where there is no clear hierarchy or depth (e.g., single-page applications or sites with only top-level pages)

<ComponentStatusBlock componentId="breadcrumbs" />
<ComponentStatusBlock componentId="breadcrumbs" />

0 comments on commit e563d9a

Please sign in to comment.