Skip to content

Commit

Permalink
Deploying to gh-pages from @ 439577e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 17, 2023
1 parent 96415bd commit bd03bf6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/src/scss/components/Breadcrumbs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,42 @@ <h2 class="docs-Heading">Custom</h2>
</nav>
</section>


<section class="docs-Section">
<h2 class="docs-Heading">Current page is not a link</h2>
<nav aria-label="Breadcrumb" class="Breadcrumbs">
<ol>
<li class="d-none d-tablet-flex">
<a href="#rootUrl" class="link-primary link-underlined">Root</a>
<svg width="24" height="24">
<use xlink:href="/spirit-design-system/icons/svg/sprite.svg#chevron-right" />
</svg>
</li>
<li class="d-none d-tablet-flex">
<a href="#categoryUrl" class="link-primary link-underlined">Category</a>
<svg width="24" height="24">
<use xlink:href="/spirit-design-system/icons/svg/sprite.svg#chevron-right" />
</svg>
</li>
<li class="d-tablet-none">
<svg width="24" height="24">
<use xlink:href="/spirit-design-system/icons/svg/sprite.svg#chevron-left" />
</svg>
<a href="#subcategoryUrl" class="link-primary link-underlined">Back</a>
</li>
<li class="d-none d-tablet-flex">
<a href="#subcategoryUrl" class="link-primary link-underlined">Subcategory</a>
<svg width="24" height="24">
<use xlink:href="/spirit-design-system/icons/svg/sprite.svg#chevron-right" />
</svg>
</li>
<li class="d-none d-tablet-flex">
Current page
</li>
</ol>
</nav>
</section>


</div>
</main>
Expand Down

0 comments on commit bd03bf6

Please sign in to comment.