bootstrap-notify icon indicating copy to clipboard operation
bootstrap-notify copied to clipboard

Bootstrap 5 support

Open nicolasgoudard opened this issue 4 years ago • 2 comments
trafficstars

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 avatar Dec 24 '20 08:12 nicolasgoudard

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

' });

nicolasgoudard avatar Dec 26 '20 09:12 nicolasgoudard

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

emran avatar May 06 '24 08:05 emran