@rterizz23/peyek-modals
v2.1.1
Published
Ultra-powerful, modern, simple, and scalable interactive pop-up modals for Peyek SaaS.
Readme
Peyek Modals
Ultra-powerful, beautiful, and completely zero-dependency modal pop-ups for modern web applications.
Features
- Glassmorphism Design: Premium aesthetic out of the box.
- Zero Dependencies: No bulky CSS frameworks needed.
- Performant Animations: Hardware-accelerated CSS transitions.
- Framework Agnostic: Use it in React, Vue, Laravel Blade, or Vanilla JS.
Installation
npm install peyek-modalsUsage
import { PeyekModal } from 'peyek-modals';
// Trigger a stunning modal instantly
PeyekModal.fire({
title: 'Success!',
content: 'Your settings have been saved successfully.',
theme: 'dark' // or 'light'
});