@fylgja/stretched-link

1.2.0 • Public • Published

Fylgja - Stretched-link

NPM version license

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.

Package Sidebar

Install

npm i @fylgja/stretched-link

Homepage

fylgja.dev/

Weekly Downloads

12

Version

1.2.0

License

MIT

Unpacked Size

3.55 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink