Skip to content

🍞 Toast Usage

ts
import { useToast } from '@erag/vue-toastification';

const { success, error } = useToast();
success('Saved!');