1.1.1 • Published 2 years ago

@fylgja/badge v1.1.1

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

Fylgja - Badge

NPM version license

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.

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

3 years ago

1.0.0

4 years ago