| `data-src` | `undefined` | URL of the inbox to display. |
| `id-suffix` | `""` | String added at the end of the data source URL. Useful if you are using `bind-user` to get the current user URL. |
| `nested-field` | `""` | String added at the end of the data source URL. Useful if you are using `bind-user` to get the current user URL. |
| `extra-context` | `{}` | Context to add to let the router know where to navigate after a click on a notification. |
| `date-format` | `"DD/MM/YYYY - kk:mm"` | Format of the date displayed in the notifications box. For more informations about available formats, look at the [moment.js doc](https://momentjs.com/docs/#/displaying/format/). |
...
...
@@ -63,7 +63,7 @@ In your template, insert the following line where you want to display the compon
| `data-src` | `undefined` | URL of the resource or container of which you want to get the unread notifications. |
| `id-suffix` | `""` | String added at the end of the data source URL. Useful if you are using `bind-resource` to get the current displayed resource. |
| `nested-field` | `""` | String added at the end of the data source URL. Useful if you are using `bind-resource` to get the current displayed resource. |
### Design
To customize your component, you can set the css variable `--sib-badge-theme` anywhere in your stylesheet to the color you want.