<span class="breadcrumb text-gray-dark first:ml-0 ml-2">
  <a class="breadcrumb__link text-primary" href="#">
    Living Well
  </a>
</span>
<span class="breadcrumb text-gray-dark first:ml-0 ml-2">
  {{#if url}}<a class="breadcrumb__link text-primary" href="{{url}}">{{/if}}
    {{title}}
  {{#if url}}</a>{{/if}}
</span>
{
  "title": "Living Well",
  "url": "#"
}
  • Content:
    .breadcrumb {
      &:not(:first-child) {
        &:before {
          content: ">";
          @apply mr-2;
        }
      }
    }
    
  • URL: /components/raw/breadcrumb/breadcrumb.scss
  • Filesystem Path: components/02-general-components/breadcrumb/breadcrumb.scss
  • Size: 104 Bytes

There are no notes for this item.