Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@academy-ui/notification
Advanced tools
Web component implementation of a notification styled UI. Inspired around Firebase's notification styling.
Web component implementation of a notification styled UI. Inspired around Firebase's notification styling.
npm install @academy-ui/notification --save
<script src='node_modules/@academy-ui/notification/dist/notification-controller.js'></script>
in the head of your index.html<script src='https://unpkg.com/@academy-ui/notification@1.0.3/dist/notification-controller.js'></script>
in the head of your index.htmlNote: For all implementations you need to include the notification-controller
in the root index.html
of your project.
<notification-controller class="top-right"></notification-controller>
Available styling placement classes include:
document.getElementsByTagName('notification-controller').item(0).success('This is a success alert.');
document.getElementsByTagName('notification-controller').item(0).error('This is an error alert.');
document.getElementsByTagName('notification-controller').item(0).warning('This is a warning alert.');
document.getElementsByTagName('notification-controller').item(0).error('This is an info alert.');
Note: You can pass the full options config instead of a string message to control other properties such as icons, durations, individual notification animations, etc.
FAQs
Web component implementation of a notification styled UI. Inspired around Firebase's notification styling.
The npm package @academy-ui/notification receives a total of 15 weekly downloads. As such, @academy-ui/notification popularity was classified as not popular.
We found that @academy-ui/notification demonstrated a not healthy version release cadence and project activity because the last version was released 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.