Badge
Badge status kecil dengan beberapa varian.
bun x bosia@latest add badgeLabel status kecil dengan styling varian.
Preview
Default
Secondary
Destructive
Outline
Props
| Prop | Type | Default |
|---|---|---|
variant |
"default" | "secondary" | "destructive" | "outline" |
"default" |
Penggunaan
<script lang="ts">
import { Badge } from "$lib/components/ui/badge";
</script>
<Badge>Active</Badge>
<Badge variant="secondary">Pending</Badge>
<Badge variant="destructive">Error</Badge>
<Badge variant="outline">Draft</Badge>