Skip to content

Badge

Displays a badge or a component that looks like a badge.

Installation

shell
php artisan ui:add badge

Usage

vue
<template>
  <Badge>Badge</Badge>
</template>

<script setup lang="ts">
import { Badge } from '@/Components/Badge'
</script>

Examples

Default

Destructive

Outline

Positive

Secondary

Warning