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 v4 support? #183

Open WindSaber opened 6 years ago

WindSaber commented 6 years ago

Are there any plans for bootstrap 4 support?

baxxos commented 6 years ago

It seems to run with BS4 beta-2 nicely for me, however it would be nice to know it's officially supported.

EDIT: Actually, I just realized that columns are a bit broken. For instance, the .col-xs- has been replaced by .col-

Kiruwagaka commented 6 years ago

Any news on this particular issue?

WindSaber commented 6 years ago

@Kiruwagaka Maybe you should try https://sweetalert2.github.io/

It's a great alternative

rolandoisidoro commented 6 years ago

@WindSaber , SweetAlert2 does look nice, but I wouldn't consider it a great alternative as the look & feel and behaviour are completely different.

There's a pending pull request #196 , hope it'll be accepted soon.

WindSaber commented 6 years ago

@rolandoisidoro You're right, I had a mistake, the repo I wanted to share is https://jaspero.co/resources/projects/ng-notifications

mouse0270 commented 6 years ago

This should work with any version of bootstrap by simply changing the template to include the new class names.

I will look into this in more detail since I now use bootstrap 4 too.

Also sorry for the delay. I took a year-long break because I was working in a different field that used up way more of my free time than expected.