ObjectUIObjectUI
ComponentsData Display

Badge

Small status or label indicator

Examples

Badge Variants

Default
Secondary
Outline
Destructive

Schema

interface BadgeSchema {
  type: 'badge';
  label: string;
  variant?: 'default' | 'secondary' | 'outline' | 'destructive';
  className?: string;
}

On this page