# Navbar Notifications

File: src/@layouts/components/navbar/Notifications.vue


You can pass notifications received from your API response to this component for displaying them in the navbar. It also emits click:readAllNotifications event to mark all notifications as read. This component is used in src/layouts/components/NavBarNotifications.vue file.

Below is code snippet of component usage: