bootstrap-notify
bootstrap-notify copied to clipboard
The tag color is not working?
Hi friends, the color is not working, I am puting wrong? ^^''', what can is happening?
$.notify({
// options
message: 'Hello World'
},{
// settings
placement: {
from: "top",
align: "right"
},
animate: {
enter: "animated fadeInRight",
exit: "animated fadeOutRight",
},
color: {
name: "bg-blue-grey",
}
});
I am not sure what you are trying to do?