medialink html code example
Example: 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 */ });