Hi, @vuejs dev family! ⚡️ I just published Breadstick - A simple but flexible implementation of toast style notifications for Vue 🥖. It also enables component library authors to pass in custom components as it exposes Vue's render function API. 👍🏽 npmjs.com/package/breads…
2
15
65
0
2
@vuejs Here's breadstick in action! 🔖 Docs: github.com/codebender828/… ⚡️ Demo: breadstick.netlify.com { ...❤️ }
@codebender828 @vuejs 🎉 This is almost exactly the same approach we took for building our own toasts (although implementation is slightly different). Have you had any issues because you're mounting two Vue instances on the same page? That's something we're seeing in our toasts using this approach.