Notifications

Powerful alerts based on Bootstrap Toasts and Bootstrap Notify plugin.

Bootstrap Toasts

You can also trigger it with JS:

new bootstrap.Toast(document.getElementById('toast-example-1')).show();

You can also trigger it with JS:

new bootstrap.Toast(document.getElementById('toast-example-2')).show();

Bootstrap Notify

Top Right

Top Left

Top Center

Bottom Right

Bottom Left

Bottom Center

You can also trigger a notification with JS:

Codebase.helpers('jq-notify', {
    align: 'right',             // 'right', 'left', 'center'
    from: 'top',                // 'top', 'bottom'
    type: 'info',               // 'info', 'success', 'warning', 'danger'
    icon: 'fa fa-info me-5',    // Icon class
    message: 'Your message!'
});