@fylgja/badge
v1.1.1
Published
Badges component serves as a small blocks to indicate notifications. Or to highlight an item
Downloads
108
Readme
Fylgja - Badge
The badges component serves as a small blocks to indicate notifications, or to highlight an item.
Installation
npm install @fylgja/badge
Then include the component in to your code via;
@use "@fylgja/badge";
// Or via PostCSS import
@import "@fylgja/badge";
@layer
support
If you need support for @layer
,
use the following import;
@use "@fylgja/badge" with ($badge-layer: "components");
// Or via native CSS import, also supported by PostCSS import
@import "@fylgja/badge" layer("components");
How to use
For more information see the badge docs on the Fylgja.dev.