Socket
Book a DemoInstallSign in
Socket

jizy-modalizer

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jizy-modalizer

Modal layer manager for web applications. It provides a simple API to manage modal dialogs, including opening, closing, and customizing modals.

2.1.1
latest
Source
npmnpm
Version published
Weekly downloads
37
-90.8%
Maintainers
1
Weekly downloads
 
Created
Source

jizy-modalizer

Modal layer manager for web applications. It provides a simple API to manage modal dialogs, including opening, closing, and customizing modals.

Installation

npm install jizy-modalizer

Usage Example

import Modalizer from 'jizy-modalizer';

// Show a simple modal layer
Modalizer.show({
  name: 'example',
  content: '<h2>Hello Modalizer!</h2><p>This is a modal dialog.</p>',
  header: 'My Modal',
  footerCloseButton: true
});

// Hide the current modal
Modalizer.hide();

// Customize close button text
Modalizer.setCloseButtonText('Dismiss');

// Prevent closing by clicking the backdrop
Modalizer.setIgnoreBackdropClick(true);

Features

  • Multiple modal layers
  • Customizable content, header, footer, and close button
  • Keyboard and accessibility support
  • Easy API for showing/hiding modals

Keywords

modal

FAQs

Package last updated on 27 Aug 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.