Skip to content

diewland/vegeta.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vegeta.js

npm license

JavaScript for Bulma.io

demo

LIVE

example

// bind burger, notification
Vegeta.bind_nav_burger();
Vegeta.bind_notif('notif_here');

// fire notifications
Vegeta.notif('Default message');
Vegeta.notif_default('Default message'); // same as above line
Vegeta.notif_info('Info message');
Vegeta.notif_primary('Primary message');
Vegeta.notif_success('Success message');
Vegeta.notif_warning('Warning message');
Vegeta.notif_danger('Danger message');

installation

npm install vegeta.js