Toast / Notification System
Build a toast notification system with auto-dismiss, stacking, different severity types, and smooth animations.
✓
Item saved successfully!
✕
Something went wrong.
⚠
Check your input.
ℹ
New update available.
Start by defining a Toast type with id, type, message, and duration. Use useState to manage the toast array and setTimeout for auto-dismiss.