eolant / vuetify-toast-snackbar

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

Allow "close" icon to be text or use another icon pack #24

Closed phiter closed 4 years ago

phiter commented 4 years ago

Currently, showClose will make the close button show <v-icon>close</v-icon>, but that won't work if you use mdi, or another icon pack.

I'd suggest allowing changing the default close button with either a custom icon or custom text, if I wanted it to say "Close" instead of an X, for example.

phiter commented 4 years ago

Ok, so apparently if you put close and set vuetify to use mdi, it'll automatically use mdi-close.

So just need an option to make it a text.