NeoPopup은 세련되고 전문적인 웹 인터페이스를 위해 설계된 현대적이고 사용자 정의가 가능하며 반응성이 뛰어난 3D 팝업 모듈입니다. 테마, 애니메이션 및 사용자 정의 옵션을 갖춘 이 모듈을 사용하면 웹사이트에 멋진 팝업을 손쉽게 추가할 수 있습니다.
저장소를 복제하거나 모듈 파일을 다운로드하세요.
git clone https://github.com/BOSS294/NeoPopup.git
프로젝트에 JavaScript 파일을 포함하세요.
<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. |
NeoPopup의 내장 스타일을 포함하려면 다음을 확인하세요.
디자인을 추가로 사용자 정의하려면 포함된 CSS를 수정하세요.
git clone https://github.com/BOSS294/NeoPopup.git
<script src="path/to/developmentPopup.js"></script>
제보를 언제나 환영합니다! 도움을 드릴 수 있는 방법은 다음과 같습니다.
질문이나 기능 요청이 있는 경우:
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.
Mayank Chawdhari의 ❤️으로 개발되었습니다. ?
위 내용은 NeoPopup - 최신 팝업 모듈의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!