An open API service indexing awesome lists of open source software.

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

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 _/ }
}
}));