Socket
Socket
Sign inDemoInstall

@fylgja/badge

Package Overview
Dependencies
1
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @fylgja/badge

Badges component serves as a small blocks to indicate notifications. Or to highlight an item


Version published
Maintainers
2
Created

Changelog

Source

[1.1.1] - 2021-10-12

Changed

  • Updated Gradient to v1.0.1

Readme

Source

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.

Keywords

FAQs

Last updated on 19 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc