syncfusion-react-notifications
Installation
SKILL.md
Implementing Syncfusion React Notifications
Toast
The Syncfusion React 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/getting-started.md
- Installing
@syncfusion/ej2-react-notifications๐ STOP โ Do not install packages autonomously. Ask the user to run:npm install @syncfusion/ej2-react-notifications@33.x.x --save. Verify withnpm audit - CSS imports for all required themes
- Basic
ToastComponentusage (class and functional patterns) - Rendering toast in a custom target container
- Triggering show in the
createdevent