Badge
Displays a badge or a component that looks like a badge.
Installation
shell
php artisan ui:add badgeUsage
vue
<template>
<Badge>Badge</Badge>
</template>
<script setup lang="ts">
import { Badge } from '@/Components/Badge'
</script>