@fylgja/hashlink
v1.1.1
Published
The Fylgja hashlink component
Downloads
77
Readme
Fylgja - Hashlink
The Hashlink is a small utility component, which adds smooth scrolling to the page via CSS
and a scroll offset to any element with a id.
Making it perfect for hashlinks. But also works with Javascript scrollto actions.
Installation
npm install @fylgja/hashlink
Then include the component in to your code via;
@use "@fylgja/hashlink";
// Or via PostCSS import
@import "@fylgja/hashlink";
@layer
support
If you need support for @layer
,
use the following import;
@use "@fylgja/hashlink" with ($hashlink-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/hashlink" layer("utilities");
How to use
For more information see the hashlink docs on the Fylgja.dev.