eolant / vuetify-toast-snackbar

Basic Vue toast service that uses Vuetify Snackbar component.
MIT License
127 stars 36 forks source link

OnClick Handler #26

Closed jappyjan closed 4 years ago

jappyjan commented 4 years ago

I'm using your toast component for a chat inside my application and it would be nice if you could add the option of adding a clickable button (call to action) into the toast.

to open the mentioned chat for example.

eolant commented 4 years ago

@jappyjan great idea, I'll cook something up soon.

eolant commented 4 years ago

@jappyjan check out new slot option I've added, you can use this.$createElement to create links buttons and other components.

jappyjan commented 4 years ago

thanks a lot! this solved it! great work!