eQuantic.UI Documentation

Component

Badge

Small status indicator or label with various colors.

Usage Example

new Badge("Active", variant: BadgeVariant.Success);

Properties

PropertyDescription
textThe message inside the badge.
variantVisual style (Success, Warning, Danger, Info).
outlineWhether to use an outlined style.

Style Customization

All eQuantic.UI components accept Tailwind CSS utilities to ensure they integrate seamlessly with your brand.