check
Code copied to clipboard.
close
menu
menu_open
menu

LkBadgeProps

Represents props for the badge component.

Scope

Global
Local

Kind

Interface
Type

Source Code

content_copy

export interface LkBadgeProps extends React.HTMLAttributes<HTMLDivElement> {

 icon?: IconName;

 color?: LkColorWithOnToken;

 scale?: "md" | "lg";

 iconStrokeWidth?: number;

 scrim?: boolean;

}

Related Components

Components that use this type.

Related Types

Types with similar roles.

No items found.