Answers for "how to add html to notify"

0

notify html

UIkit.notify({
    message : 'Bazinga!',
    status  : 'primary',
    timeout : 5000,
    pos     : 'top-center'
});


// Shortcuts
UIkit.notify('My message');
UIkit.notify('My message', status);
UIkit.notify('My message', { /* options */ });
Posted by: Guest on November-22-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language