Toast
Use Toast to show users live, time-sensitive messages about system status changes. Toast variants for four different kinds of messages are provided.
Changes to Toast. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- Fixed enter and exit animations to properly honor the
prefers-reduced-motionuser preference. (APPDEV-19886)
3.7.0
Updates
- Fixed incorrect icon padding and borders in certain cases due to a CSS specificity issue. (APPDEV-17979)
3.4.0
Updates
- No longer displays incorrect visual styles. (APPDEV-17316)
3.2.0
Updates
- Added
data-dt-nameattribute to the close button. (APPDEV-16671)