--- ## NotificationBadge Unread notification count badge. Uses blocks Badge primitive. Renders nothing when count is 0. **Import:** `import { NotificationBadge } from '@urbicon-ui/auth';` ### Examples ```svelte (open = !open)} /> ``` ### Api | Prop | Type | Required | Default | Description | | --- | --- | :---: | --- | --- | | count | `number` | yes | | Number of unread notifications. Badge hidden when 0. | | class | `string` | no | | Extra classes on the root element. | | onclick | `() => void` | no | | Click handler (e.g. toggle notification center). | | unstyled | `boolean` | no | | Strip all default styling. |