Notification Toast Generator
Create customizable toast notifications with animations, progress bars, and more
Toast Type
Style
Position
Animation
Content
Options
Features
Theme Presets
Live Preview
Success!
<div class="toast-container toast-top-right">
<div class="toast toast-success toast-default" role="alert" aria-live="polite">
<div class="toast-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>
</div>
<div class="toast-content">
<div class="toast-title">Success!</div>
<div class="toast-message">Your action was completed successfully.</div>
</div>
<button class="toast-close" aria-label="Close notification">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
<div class="toast-progress">
<div class="toast-progress-bar"></div>
</div>
</div>
</div>