New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ez-dialogs

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ez-dialogs

Ez Dialogs is a lightweight library to make using the <dialog> element intuitive and easy.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

Ez Dialogs

Ez Dialogs is a lightweight library to make using the <dialog> element intuitive and easy.

See example usage below, also found in index.html:

<dialog ez-dialog="main" class="ez-dialog">
  <button ez-dialog-close="main" class="ez-dialog-close">X</button>
  <div ez-dialog-content="main" class="ez-dialog-content">
    <h1>Dialog Example</h1>
    <p>This is an example dialog.</p>
  </div>
</dialog>

<button ez-dialog-trigger="main">Open</button>

This library is proudly built with Vite and is licensed under the MIT license.

FAQs

Package last updated on 02 Jan 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