
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@dracul/notification-frontend
Advanced tools
[![Contributors][contributors-shield]][contributors-url] [![Stargazers][stars-shield]][stars-url] # Dracul notification module
This module contains components that allow you to view the notifications created with the notification module backend.
npm i @dracul/notification-frontend
An example of using the NotificationButton component*.
<template>
<div>
<notification-button :userId="123"/>
</div>
</template>
<script>
import {NotificationButton} from '@dracul/notification-frontend'
export default {
name:"SomeName",
components: {NotificationButton}
}
</script>
Definition and usage
A button with a bell icon showing the number of notifications received. Also, if you press the button, a small list with more detailed notifications will be displayed.
Button view

Import component
import {NotificationButton} from '@dracul/notification-frontend'
Props
| Name | Type | Description |
|---|---|---|
userId | ObjectID | Required. The user ID to whom the notifications will be shown. |
colorIcon | String | Required. Will be used as the color of the bell icon. Value default: 'onPrimary'. |
This module integrates with Vue Router, the module exports the routes of each page. To use these routes you need to merge them with the routes of your project.
Definition and usage
A page where the list of user notifications is displayed.
Page view

How to import this page into your project:
import {notificationPage} from '@dracul/notification-frontend'
FAQs
[![Contributors][contributors-shield]][contributors-url] [![Stargazers][stars-shield]][stars-url] # Dracul notification module
We found that @dracul/notification-frontend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.