@fylgja/breadcrumbs

1.1.1 • Public • Published

Fylgja - Breadcrumbs

NPM version license

The breadcrumbs component is a navigational aid, it allows users to maintain awareness of their location in an app or a website.

Installation

npm install @fylgja/breadcrumbs

Then include the component in to your code via;

@use "@fylgja/breadcrumbs";
// Or via PostCSS import
@import "@fylgja/breadcrumbs";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/breadcrumbs" with ($breadcrumbs-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/breadcrumbs" layer("components");

How to use

For more information see the breadcrumbs docs on the Fylgja.dev.

Package Sidebar

Install

npm i @fylgja/breadcrumbs

Homepage

fylgja.dev/

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

4.59 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink