category | type | title |
---|---|---|
Components |
Data Display |
Badge |
Small numerical value or status descriptor for UI elements.
Badge normally appears in proximity to notifications or user avatars with eye-catching appeal, typically displaying unread messages count.
<Badge count={5}>
<a href="#" className="head-example" />
</Badge>
<Badge count={5} />
Property | Description | Type | Default |
---|---|---|---|
count | Number to show in badge | number|ReactNode | |
dot | Whether to display a red dot instead of count
|
boolean | false |
offset | set offset of the badge dot, like[x, y]
|
[number, number] |
- |
overflowCount | Max count to show | number | 99 |
showZero | Whether to show badge when count is zero |
boolean | false |
status | Set Badge as a status dot |
success | processing | default | error | warning
|
'' |
text | If status is set, text sets the display text of the status dot
|
string | '' |
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )