@fylgja/stretched-link
v1.2.0
Published
The Fylgja stretched-link component, make any component fully clickable via a nested link
Downloads
73
Readme
Fylgja - Stretched-link
Make any component fully clickable via a nested link.
Installation
npm install @fylgja/stretched-link
Then include the component in to your code via;
@use "@fylgja/stretched-link";
// Or via PostCSS import
@import "@fylgja/stretched-link";
@layer
support
If you need support for @layer
,
use the following import;
@use "@fylgja/stretched-link" with ($stretched-link-layer: "utilities");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/stretched-link" layer("utilities");
How to use
For more information see the stretched-link docs on the Fylgja.dev.