@fylgja/menu

1.3.2 • Public • Published

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.

Package Sidebar

Install

npm i @fylgja/menu

Homepage

fylgja.dev/

Weekly Downloads

31

Version

1.3.2

License

MIT

Unpacked Size

10.5 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink