Badge
Badges are being used to display a notification count or status information
Avatar with Status Badge
We have 3 types of status badges that can be integrated with Avatars. You can show colors to show the online status of user.
- Online: Green (class: avatar-online)
- Offline: Red (class: avatar-offline)
- Not Available: Gray (class: avatar-away)
And to show cart or notification count, you can use number badge. Check code below to copy the html part as is.
Badge on icon
25