UNPKG
alpinejs-desktop-notify
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Create desktop notifications with Alpine JS 📣
alpinejs-desktop-notify
/
builds
/
cdn.js
4 lines
(2 loc)
•
115 B
JavaScript
View Raw
1
2
3
4
import
notify
from
'../src/index.js'
document
.
addEventListener
(
'alpine:init'
,
() =>
window
.
Alpine
.
plugin
(notify))