Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
2
Maintainers
2
Versions
216
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @syncfusion/ej2-popups

Essential JS 2 popup Component


Version published
Maintainers
2
Created

Package description

What is @syncfusion/ej2-popups?

@syncfusion/ej2-popups is a package that provides a variety of popup components such as dialogs, tooltips, and popovers. These components are highly customizable and can be used to create interactive and user-friendly web applications.

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

Dialog

The Dialog component is used to create modal dialogs. It supports various features like headers, footers, buttons, and more.

const dialog = new ej.popups.Dialog({ header: 'Dialog', content: 'This is a dialog', showCloseIcon: true, buttons: [{ click: () => dialog.hide(), buttonModel: { content: 'OK', isPrimary: true } }] }); dialog.appendTo('#dialog');

Tooltip

The Tooltip component provides additional information when users hover over an element. It is highly customizable and can be positioned in various ways.

const tooltip = new ej.popups.Tooltip({ content: 'This is a tooltip' }); tooltip.appendTo('#tooltip');

Popover

The Popover component is used to display additional content in a popup that is anchored to a specific element. It can contain any HTML content and is highly customizable.

const popover = new ej.popups.Popover({ content: 'This is a popover', target: '#popoverTarget' }); popover.appendTo('#popover');

Other packages similar to @syncfusion/ej2-popups

Readme

Source

Overview

Easily creates Alert, Confirmation, Prompt dialogs and Tooltip. It comes with full support and is available under commercial and community licenses – please visit www.syncfusion.com to get started.

Resources

Keywords

FAQs

Last updated on 06 Jun 2018

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc