1.3.0 • Published 2 years ago

@fylgja/card v1.3.0

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

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.

1.3.0

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.0

3 years ago

1.0.0

4 years ago