wobsoriano / vuetify-sonner

Stackable toast component for Vuetify.
https://vuetify-sonner.vercel.app
MIT License
121 stars 7 forks source link

[Feature Request] Support toast templates #23

Closed douglasg14b closed 10 months ago

douglasg14b commented 10 months ago

toast.custom has support for this, it would be nice if this lib exposed this behavior vs wrapping/hiding it.

Thanks!

douglasg14b commented 10 months ago

My bad, it looks like this is exposed in toastOriginal

wobsoriano commented 10 months ago

Not documented, but you can still access the original toast via toast.toastOriginal :)

So toast.toastOriginal.custom

douglasg14b commented 10 months ago

Thanks!