1UIkit.notify({
2 message : 'Bazinga!',
3 status : 'primary',
4 timeout : 5000,
5 pos : 'top-center'
6});
7
8
9// Shortcuts
10UIkit.notify('My message');
11UIkit.notify('My message', status);
12UIkit.notify('My message', { /* options */ });