1.1.1 • Published 2 years ago

@fylgja/hashlink v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Fylgja - Hashlink

NPM version license

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.

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago