https://github.com/pringgojs/temp-nawasara-core
repo ini masih temporary
https://github.com/pringgojs/temp-nawasara-core
Last synced: 6 months ago
JSON representation
repo ini masih temporary
- Host: GitHub
- URL: https://github.com/pringgojs/temp-nawasara-core
- Owner: pringgojs
- Created: 2025-09-04T02:28:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T02:06:53.000Z (11 months ago)
- Last Synced: 2025-09-11T05:49:34.623Z (11 months ago)
- Language: Blade
- Size: 245 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
js modal:
window.dispatchEvent(new CustomEvent('modal-open', {
detail: {
title: 'Judul Modal',
content: '
Isi modal bisa HTML, Livewire, dsb
',
size: 'md', // optional: sm, md, lg, xl
confirm: true, // optional: show confirm button
onConfirm: () => { /_ aksi _/ }
}
}));