1.0.4 • Published 7 years ago

vegeta.js v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

vegeta.js

npm license

JavaScript for Bulma.io

demo

:zap: 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

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago