vue-toaster
vue-toaster copied to clipboard
✨ New feature - `position: center` option. #hacktoberfest
Heyo! 👋
As part of #hacktoberfest I found your repo. I'm huge Vue.js fan so I checked out the source code and figured out it's missing center
position option.
So - I added one.
As per your logic, I replicated position
option with new value center
. Also, since it's centered toast, I figured the animation has to fade in and grow, so I added transform: scale(1)
instead.
P.S. I hope my formatter's code reformat doesn't bother you. If so, reach out and I will save it without formatting.
Best, Richard
Hi, @richardevcom, thank you for contributing!
There are many unnecessary changes in your Pull Request. Please undo spacing and line wrapping changes, and keep only those changes that are essential to your contribution.
@jprodrigues70 yeah I didn't notice the formatting only after pushing && submitting PR. I reset everything and manually submitted changes. Formatting issue is now resolved.