vue-toast
vue-toast copied to clipboard
A toast component written with Vue, designed based on Ant Design [deprecated]
Results
2
vue-toast issues
Sort by
recently updated
recently updated
newest added
Add config for setting position of toast popup on the page e.g. ```javascript toast.info({ message:"", duration: 10, position: "top-right" }) ```
Is it possible to allow clicking while the notification is displayed (for specific notifications)?