Files
flowbite-vue/docs/guide/badge/badge.md
2022-07-09 11:47:37 +10:00

221 B

<script setup> import BadgeExample from './examples/BadgeExample.vue' </script>

Badge

<script setup>
import { Badge } from 'flowbite-vue'
</script>
<template>
  <Badge></Badge>
</template>