vt-notifications icon indicating copy to clipboard operation
vt-notifications copied to clipboard

A headless vue notification library to use with tailwind

Results 4 vt-notifications issues
Sort by recently updated
recently updated
newest added

**Versions** nuxt: `^2.15.8` vt-notifications: `^0.4.1` I have also transpiled `vt-notifications` ```js build: { extractCSS: true, transpile: ['vt-notifications'] } ``` Sandbox(Notification Group): https://codesandbox.io/s/autumn-river-mtfvtk?file=/src/App.vue ![image](https://user-images.githubusercontent.com/105307224/173040194-3827e8ee-7c2c-4c92-81d1-5258a5c4b5eb.png)

Would like to kindly ask for VueJS 3 support. Thanks! :)

hi, is there any possibilities to create default config globally when using nuxt as a plugin? for now i am keep explicitly write the duration when i trigger the notification