videosphere
    Preparing search index...

    Interface BadgeProps

    Defines the shape of badge props.

    interface BadgeProps {
        variant?: "default" | "secondary" | "destructive" | "outline";
    }

    Hierarchy

    • HTMLAttributes<HTMLDivElement>
    • VariantProps<typeof badgeVariants>
      • BadgeProps
    Index

    Properties

    Properties

    variant?: "default" | "secondary" | "destructive" | "outline" = ...