@fylgja/card
v1.3.0
Published
The card component is a wrapper component. Which allow you to make visual sectioned content
Downloads
38
Readme
Fylgja - Card
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.