Skip to content

Vue3 toastify

🎉 Allows you to add toast to your app with ease.

auto
default
top-right
bounce
Autoclose Duration:
ms
Progress:
Limit:
      
import { toast } from "vue3-toastify";
import "vue3-toastify/dist/index.css";

toast("Hello! Wow so easy!", {
  "theme": "auto",
  "type": "default",
  "dangerouslyHTMLString": true
})
    

Special Sponsor

special sponsor appwrite

Released under the MIT License.