Default
Typically displaying unread messages count. You can use it on buttons,text,avatars,etc.
Typically displaying unread messages count. You can use it on buttons,text,avatars,etc.
Set max prop to handle overflow situation.
The max value is defined by property max which is a Number. Note that it only works when value is also a Number.
Displays text content other than numbers.
When value is a String, it can display customized text.
Use a red dot to mark content that needs to be noticed.
Use the attribute is-dot. It is a Boolean.
Set offset of the badge dot, the format is [left, top], which represents the offset of the status dot from the left and top of the default position.
Use processing for live or updating states. It adds a repeating pulse around the badge; compare it with the normal state below.
Set hidden prop to control the visibility of the badge.
Set show-zero prop to display zero.According to reason, it is hidden.