aerokite
0
Q:

notify html

$.notify("BOOM!", "error");
0
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 */ });
0
$.notify("Access granted", "success");
0
$.notify("Do not press this button", "info");
0

New to Communities?

Join the community