UNPKG

@claromentis/design-system

Version:

Claromentis Design System Component Library

15 lines (14 loc) 298 B
/** * @slot - Allows badge content to be added */ export declare class Badge { /** * The bootstrap styling of the badge i.e. badge badge-primary badge-pill etc */ styleclass: string; /** * The background colour of the badge (optional) */ colour: string; render(): any; }