Vue3-Noti
Clickable Button
Live Code
vue3-noti.vue
import { useNoti } from '@vue3-noti/core';
const noti = useNoti();
notify({
"message": "I'm a Noti",
"duration": 5000,
"hoverPause": true,
"showProgressBar": true,
"closeOnClick": true,
"position": "bottom-right",
"type": "success"
}) Options
5 s