1.0.0 • Published 2 years ago

@grixu/badge v1.0.0

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

@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.