@fylgja/card

1.3.0 • Public • Published

Fylgja - Card

NPM version license

The card component is a wrapper component.

It allows you to make visual sectioned content, that is not part of the main flow.

Installation

npm install @fylgja/card

Then include the component in to your code via;

@use "@fylgja/card";
// Or via PostCSS import
@import "@fylgja/card";

@layer support

If you need support for @layer, use the following import;

@use "@fylgja/card" with ($card-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/card" layer("components");

How to use

For more information see the card docs on the Fylgja.dev.

Package Sidebar

Install

npm i @fylgja/card

Homepage

fylgja.dev/

Weekly Downloads

21

Version

1.3.0

License

MIT

Unpacked Size

7.71 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink