<!-- prettier-ignore-file -->

| Name       | Type   | Required | Description                                                              |
| ---------- | ------ | -------- | ------------------------------------------------------------------------ |
| count      | number | yes      | Number for the large badge. Badge appears only when `count > 0`.         |
| label      | string | yes      | Visually hidden text read after the number (for example `new messages`). |
| id         | string | no       | ID attribute for the badge.                                              |
| classes    | string | no       | Classes for the badge.                                                   |
| attributes | object | no       | HTML attributes for the badge (e.g. `data-*`, `aria-*`).                 |
