@fylgja/badge

1.1.1 • Public • Published

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.

Package Sidebar

Install

npm i @fylgja/badge

Homepage

fylgja.dev/

Weekly Downloads

12

Version

1.1.1

License

MIT

Unpacked Size

6.31 kB

Total Files

9

Last publish

Collaborators

  • allrude
  • grimlink