The Radzen Blazor Badge component is a small graphic that displays important information, like a count or label, within a user interface. It's commonly used to draw attention to something or provide visual feedback to the user.
To set a predefined badge style, use the BadgeStyle
property, e.g. BadgeStyle="BadgeStyle.Primary"
.
Each badge style, except Light and Dark, comes with a set of shades. Use the Shade
property, e.g. Shade="Shade.Lighter"
.
Each badge style and shade can be used with different badge variants. Use the Variant
property, e.g. Variant="Variant.Outlined"
.
Use IsPill="true"
for pill-shaped badges.
Define custom content with ease.
Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.
Radzen Blazor Components, © 2018-2024 Radzen.
Source Code licensed under
MIT