UNPKG

vue-toastfic

Version:

**vue-toastfic** is a simple and customizable toast notification library for Vue.js and Nuxt.js projects. Follow the instructions below to integrate and use it in your application.

9 lines (8 loc) 403 B
export { default as Toast } from './Toast.vue'; export { default as ToastTitle } from './ToastTitle.vue'; export { default as ToastDescription } from './ToastDescription.vue'; export { default as ToastIcon } from './ToastIcon.vue'; export { default as ToastClose } from './ToastClose.vue'; export { default as ToastAction } from './ToastAction.vue'; export * from './toast'; export * from './useToast';