vue-toasted icon indicating copy to clipboard operation
vue-toasted copied to clipboard

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+

Results 68 vue-toasted issues
Sort by recently updated
recently updated
newest added

Hi, I want to use both the material and fontawesome iconpack, material works, but the fontawesome does not ``` import Toasted from "vue-toasted" import {FontAwesomeIcon} from "@fortawesome/vue-fontawesome" import {library, dom}...

Thanks for looking into this issue and sorry my poor english The problem is that the vue-toasted width will be change if i change the content, but the last one...

I want to make it closer to the **top right** corner. By default the positioning is ``` ` &.top-right { top: 10%; right: 7%; }` ``` I want to make...

Hello, thanks for this super helpful plugin. I tried making some customizations of my own to the appearance of the toast container and the action text but it doesn't work...

Hello everyone, I checked and see that we only support clear() to clear all toast. Do we have some option to clear specific toast? The case is I registered 2...

Hi there! I am using only [vue-awesome](https://github.com/Justineo/vue-awesome) icons, importing them one by one to reduce bundle size. Then I use them in components using the `v-icon` directive. For example: ``...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

types/index.d.t contains: `export type ToastIconPack = 'material' | 'fontawesome' | 'custom-class' | 'callback'` I think it should be `export type ToastIconPack = 'material' | 'fontawesome' | 'mdi' | 'custom-class' |...

types/index.d.t contains: `export type ToastTheme = 'primary' | 'outline' | 'bubble'` I think it should be `export type ToastTheme = 'toasted-primary' | 'outline' | 'bubble'`

Hey, I'm having some issues getting my toasts to appear in the correct position on the screen. They seem to be appearing inside or close to the Vue component that...