Badge
UI-buildercraft's Badge component provides a sleek and customizable solution for displaying dynamic status indicators in Angular applications, allowing developers to effortlessly enhance the visual representation of key information.
Certainly! UI-buildercraft's Badge component allows you to pass custom classes, providing developers with the flexibility to further personalize the appearance of badges based on their specific styling preferences.

<UI-BuilderCraft-badge [class]="'bg-primary'" [label]="'Primary'"></UI-BuilderCraft-badge>
imports: [BadgeComponent]
Properties
Type
Default Value
Label
String
Empty
Class
String
bg-primary
Last updated
Was this helpful?