NeoPopup ialah modul pop timbul 3D moden, boleh disesuaikan dan responsif yang direka untuk antara muka web yang anggun dan profesional. Dengan pilihan untuk tema, animasi dan penyesuaian, modul ini menjadikan penambahan pop timbul yang menakjubkan pada tapak web anda menjadi mudah.
Klon repositori atau muat turun fail modul:
git clone https://github.com/BOSS294/NeoPopup.git
Sertakan fail JavaScript dalam projek anda:
<script src="path/to/developmentPopup.js"></script>
developmentPopup.init({ title: "Welcome to NeoPopup!", body: "Thank you for exploring the modern 3D popup module.", buttonText: "Learn More", buttonCallback: () => window.open('https://github.com/BOSS294/NeoPopup', '_blank'), });
Option | Type | Default | Description |
---|---|---|---|
title | string | "Under Development" | Title of the popup. |
body | string | "Oops!" | Body content (HTML supported). |
buttonText | string | "Check Latest Updates" | Text for the main button. |
buttonCallback | function | null | Callback function for the main button click. |
position | string | "bottom-right" | Popup position: top-right, top-left, bottom-right, or bottom-left. |
theme | string | "dark" | Theme for the popup: dark or light. |
colors | object | {} | Custom colors: { background, text, button }. |
size | object | {} | Size options: { width, height }. |
animation | string | "slide" | Animation type. |
autoClose | boolean | false | Automatically close the popup. |
closeDuration | number | 5000 | Auto-close duration in milliseconds. |
persistent | boolean | false | Prevent popup from showing repeatedly using local storage. |
Untuk memasukkan penggayaan terbina dalam NeoPopup, pastikan perkara berikut:
Untuk menyesuaikan reka bentuk dengan lebih lanjut, ubah suai CSS yang disertakan:
git clone https://github.com/BOSS294/NeoPopup.git
<script src="path/to/developmentPopup.js"></script>
Sumbangan sentiasa dialu-alukan! Begini cara anda boleh membantu:
Untuk sebarang pertanyaan atau permintaan ciri:
Projek ini dilesenkan di bawah Lesen MIT. Lihat fail LESEN untuk mendapatkan butiran.
Dibangunkan dengan ❤️ oleh Mayank Chawdhari. ?
Atas ialah kandungan terperinci NeoPopup - Modul Popup Moden. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!