Confirmly Popup

A lightweight, customizable confirmation popup library

Installation

npm i confirmly-popup.js
pnpm install confirmly-popup.js
yarn add confirmly-popup.js

Use directly in the browser

<script src="https://unpkg.com/@popperjs/core@2.11.8/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/confirmly-popup.js@1.3.6/dist/confirmly-popup.umd.min.js"></script>

Basic Example

Simple confirmation with default styling

Warning Theme

Dangerous action confirmation

Different Placements

Try different popup positions

Custom Template

Fully customized popup example