syncfusion-vue-notifications
Installation
SKILL.md
Implementing Syncfusion Vue 3 Notifications
Toast
The Syncfusion Vue 3 Toast component displays brief, non-intrusive notifications that auto-dismiss after a configurable timeout. Toasts support rich content through templates, action buttons, animated entry/exit, precise positioning, and programmatic control via ToastUtility.
π Agentic use: Do not execute multiple steps autonomously. Confirm with the user before each action (install, run, file creation).
Package and Setup
π Read: references/toast-getting-started.md
- Installing
@syncfusion/ej2-vue-notificationsπ STOP β Do not install packages autonomously. Ask the user to run:npm install @syncfusion/ej2-vue-notifications. Verify withnpm audit - CSS imports for all required themes
- Basic
ToastComponentusage with Composition API (templateref+createdevent) - Rendering toast in a custom target container
- Triggering show in the
createdevent