UNPKG

alpinejs-notify

Version:

Simple notifications in your projects using Alpine JS 🙋‍♀️

6 lines (5 loc) 179 B
export function handleAutoClose(notificationComponent, autoClose) { setTimeout(function () { notificationComponent.setAttribute('data-notify-show', false) }, autoClose) }