SnackBar
SnackBar copied to clipboard
Google Material Design Inspired SnackBar Plugin
Animating `top`, `bottom`, `right`, `left` are not as performant as animating composite properties such as `transform: translate(x,y);`. Thanks for the plugin ❤️
In production, I have Rollbar sometimes reporting `Cannot read property removeChild of undefined/null expression` from the following line: https://github.com/polonel/SnackBar/blob/507e661b9db204da49a6236680c73612ff85a9e8/src/js/snackbar.js#L129 I noticed that the other reference to `removeChild` first verifies that...
Hi Thank you for the great material design snackbar. I wonder if you could add support for RTL languages. I mean an option like "text position: right," Thank you very...
Correct "ref" attribute name for tag `link` to "rel"
To reproduce in IOS Safari. I am seeing this in iPhone 11: - Open more than one tab in IOS Safari - landscape orientation - Go to https://www.polonel.com/snackbar/ - Scroll...
In https://www.polonel.com/snackbar/ step 1: the css link has a "ref" attribute which should be "rel"
Is there any method to add dynamic images in the toast notifications?
I added a [jsDelivr CDN link](https://www.jsdelivr.com/) to the readme as it is the same as downloading it but easier and faster.
Hi. very good job I only need to report something on the design. The container is not 100% centralized if the message is short. I had to add a css,...
I really like this package and I'm using it in lot of my projects, I would like to be able to show multiple snackbars at a time, when adding a...