vuetify-sonner icon indicating copy to clipboard operation
vuetify-sonner copied to clipboard

Stackable toast component for Vuetify.

Results 4 vuetify-sonner issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hey, there seems to be a bug with the dismiss(toastId) method, I always get this error: ### Reproduction const toastId = toast('Success!'); toast.dismiss(toastId); ### Logs _No...

### Describe the feature I've encountered an issue with the styling of this plugin. I imported the css in my App.vue file by `import 'vuetify-sonner/style.css'` However the output style seems...

### Like ![image](https://github.com/wobsoriano/vuetify-sonner/assets/66876837/111e90c4-2af8-46ec-bc5b-96b712a1a7f2) ### Talk I am a rookie developer. I used the custom function for rendering because the built-in template information icon does not have a corresponding color or...

## Like ``` const customId=new Date().valueOf()+Math.random() * 100 toast.toastOriginal.custom( customId, h(ErrorComponent, { value: data, id: customId, }) ); ```