mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

Bootstrap 5 support #224

Open nicolasgoudard opened 3 years ago

nicolasgoudard commented 3 years ago

Hello,

I am using CDN How can I change the some classes for Bootstrap 5 compatibity ?

button close : class="close" to class="btn-close" grid layout : col-xs- to col-

thanks in advance best regards

nicolasgoudard commented 3 years ago

UP ! I answer to my own question. I have set the template parameter when I call $.notify. The problem exists since bootstrap 4, almost 3 years already. Why you don't fix it ? In the next version, I think you should generate it automatically by adding an optional parameter "bootstrap version" .

$.notify({title : '', message : message}, { type: type, placement : {from : "bottom", align : "center"}, delay: delay,
template: '

'
});

emran commented 3 months ago

Any possibility of getting the update from the notify!!!