Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-notifications

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-notifications

A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users.


Version published
Weekly downloads
104K
Maintainers
3
Weekly downloads
 
Created

What is @syncfusion/ej2-notifications?

@syncfusion/ej2-notifications is a package that provides a set of notification components for web applications. These components include Toast, Badge, and ProgressBar, which can be used to display brief messages, status indicators, and progress information to users.

What are @syncfusion/ej2-notifications's main functionalities?

Toast

The Toast component is used to display brief messages to the user. It can be customized with different positions, animations, and styles.

const toast = new ej.notifications.Toast({ title: 'Success', content: 'Your data has been saved successfully.', position: { X: 'Right', Y: 'Top' } }); toast.appendTo('#element');

Badge

The Badge component is used to display status indicators or counts. It can be styled and positioned as needed.

const badge = new ej.notifications.Badge({ content: '99+', cssClass: 'e-badge-primary' }); badge.appendTo('#element');

ProgressBar

The ProgressBar component is used to display progress information. It supports linear and circular types, and can be animated.

const progressBar = new ej.progressbar.ProgressBar({ type: 'Circular', value: 70, animation: { enable: true, duration: 2000, delay: 0 } }); progressBar.appendTo('#element');

Other packages similar to @syncfusion/ej2-notifications

Keywords

FAQs

Package last updated on 15 Mar 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc