@fylgja/menu
v1.3.2
Published
The menu component makes it easy to build many common navigation patterns
Downloads
80
Readme
Fylgja - Menu
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.