Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@miraidesigns/breadcrumbs

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miraidesigns/breadcrumbs

Mirai Designs Framework: Breadcrumbs module

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Breadcrumbs

Breadcrumbs are a type of navigation that show your current location on the app or website.


HTML

<nav aria-label="Breadcrumb">
    <ol class="mdf-breadcrumbs">
        <li class="mdf-breadcrumbs__item">
            <a href="/">Home</a>
        </li>

        <li class="mdf-breadcrumbs__item mdf-breadcrumbs__item--active">
            Breadcrumbs
        </li>
    </ol>
</nav>

Sass

// Include default styles without configuration
@forward '@miraidesigns/breadcrumbs/styles';
// Configure appearance
@use '@miraidesigns/breadcrumbs' with (
    $variable: value
);

@include breadcrumbs.styles();

Attributes

Please see the WAI-ARIA page for attributes and best practices regarding breadcrumbs.

Classes

NameTypeDescription
mdf-breadcrumbsParentContains the breadcrumb elements
mdf-breadcrumbs__itemChildBreadcrumb navigation item. Child to .mdf-breadcrumbs
mdf-breadcrumbs__item--activeModifierSet navigation item as active (current page)

Keywords

FAQs

Package last updated on 23 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc