UNPKG
alpinejs-notify
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.0
Simple notifications in your projects using Alpine JS 🙋♀️
alpinejs-notify
/
src
/
handleAutoClose.js
6 lines
(5 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
export
function
handleAutoClose
(
notificationComponent, autoClose
) {
setTimeout
(
function
(
) { notificationComponent.
setAttribute
(
'data-notify-show'
,
false
) }, autoClose) }