New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@grixu/badge

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grixu/badge

Simple badge component in Vue 3, styled with WindiCSS

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@grixu/badge

It's simple badge component in Vue 3, styled with WindiCSS.

Usage

<template>
  <Badge success>Cool</Badge>
  <Badge error>Meh...</Badge>
  <Badge warning>Dude!</Badge>
  <Badge info>Just info</Badge>
</template>

<script setup>
import Badge from '@grixu/badge'
</script>

Changelog

Please see CHANGELOG in each package for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Keywords

vue

FAQs

Package last updated on 16 Dec 2021

Did you know?

Socket

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