1.3.2 • Published 8 months ago

@fylgja/menu v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Fylgja - Menu

NPM version license

The menu component makes it easy to build common navigation patterns, like a navbar or menu in a dropdown.

Installation

npm install @fylgja/menu

Then include the component in to your code via;

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

@layer support

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

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

How to use

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

1.3.2

8 months ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago