mosha-vue-toastify
mosha-vue-toastify copied to clipboard
A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.
Is it possible to connect to an event of a custom component used?
Hello, I recommend to support HTML also in title. With HTML you can add f.ex. cool icons from font awesome in the title. Thank you.
Hi ! How I can change the font ? Thank's !
Hi, why it's blank white toast if I use 1st and 2nd arg ``` self.$moshaToast({ title: 'Error', description: ` ${response.data.error.detail} `, }, { type: 'error', showIcon: true, hideProgressBar: true, })...
According to the readme of the library, a component can be used to display notification toast messages and when using a component in a development environment it is displayed as...
How to make new line tex \n not working..
Hi guys, can we change icon ? Would like add a "spinnerToast" :)
Hello, it is possible to import lib by index.html ? In my project, i can't use import / export
is there any api to set the default options, for example: set default duration to 10000ms.