Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Represents props for the badge component.
export interface LkBadgeProps extends React.HTMLAttributes<HTMLDivElement> {
icon?: IconName;
color?: LkColorWithOnToken;
scale?: "md" | "lg";
iconStrokeWidth?: number;
scrim?: boolean;
}