Example of Blazor CSS Badge Component as Notification
Notification
99+
7
99+
18
Circle
19
27
3
85
Dot
This sample demonstrates notification badge types and positioning options.
To apply notification badges, add the .e-badge-notification class with .e-badge, or use .e-badge-dot for dot notifications. Always apply position: relative to container elements when using notification badges.
Available notification badge types:
- Default Notification - Use
.e-badge-notificationclass - Circle Notification - Use
.e-badge-circlewith.e-badge-notification - Dot Notification - Use
.e-badge-dotclass
Position notification badges by adding .e-badge-bottom class to move from top position.