⛓️
UI-BuilderCraft
  • 👋Welcome
  • Overview
    • 〽️Getting Started
    • 🌐Download
    • ✨Component
      • 📓Form
        • InputText
        • InputMask
        • InputNumber
        • Spinner
        • Avatar
        • Badge
        • Alert
        • InputArea
        • Skeleton Loader
        • Checkbox
        • Toggle
    • 💡Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Component
  3. Form

Badge

PreviousAvatarNextAlert

Last updated 1 year ago

Was this helpful?

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

✨
📓