vue-dk-toast icon indicating copy to clipboard operation
vue-dk-toast copied to clipboard

Lightweight toast-notification plugin for Vue 3 🍞

Results 6 vue-dk-toast issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.1 to 2.9.13. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Styles don't seem to work. I've used the class attribute to add multiple classes. None of them show up. I would prefer this to having to use the style attribute...

Currently, I'm using SVG to show an icon. But it would be nice to be able to inject a component into the slot. Example: ```ts if (toast) toast('Blue', { duration:...

enhancement

In my app I created an "achievement" feature. Everytime a user gets an achievement, a toast pops up. I'd like to have the image of the achievement in the toast,...

enhancement

For the moment it's only possible to create a link, but it's not the same behaviour in the navigation than "router-link". Could it be possible to add this feature? For...

enhancement