UNPKG

alpinejs-notify

Version:

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

8 lines (6 loc) 217 B
export function handleClassNames(classNames, notificationComponent) { const classNamesArray = classNames.split(' ') classNamesArray.forEach((className) => notificationComponent.classList.add(className) ) }