ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface BadgeProps

    interface BadgeProps {
        asChild?: boolean;
        dotClassName?: string;
        disabled?: boolean;
        variant?:
            | "info"
            | "success"
            | "destructive"
            | "warning"
            | "secondary"
            | "outline"
            | "primary"
            | null;
        appearance?: "default"
        | "outline"
        | "ghost"
        | "light"
        | null;
        size?: "lg" | "md" | "sm" | "xs" | null;
        shape?: "default" | "circle" | null;
    }

    Hierarchy

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

    Properties

    asChild?: boolean
    dotClassName?: string
    disabled?: boolean
    variant?:
        | "info"
        | "success"
        | "destructive"
        | "warning"
        | "secondary"
        | "outline"
        | "primary"
        | null = ...
    appearance?: "default" | "outline" | "ghost" | "light" | null = ...
    size?: "lg" | "md" | "sm" | "xs" | null = ...
    shape?: "default" | "circle" | null = ...