Skip to content

@sqlrooms/ui / BadgeProps

Interface: BadgeProps

Extends

  • HTMLAttributes<HTMLDivElement>.VariantProps<typeof badgeVariants>

Properties

variant?

optional variant?: "default" | "destructive" | "secondary" | "outline" | null

Inherited from

VariantProps.variant