Alerts Bootstrap 5Free+ CSS+ JS
Add a alert to your UI with Custom Toast notification with Progress Bar. Free Bootstrap 5 code — HTML, CSS & JS ready to copy, MIT licensed.
5.6k views145 downloads
gosnippets.com/preview/custom-toast-notification-with-progress-bar
Source Code
1<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css'>
2<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'>
3
4<div class="toast active">
5 <div class="toast-content">
6 <i class="fas fa-solid fa-check check"></i>
7 <div class="message">
8 <span class="text text-1">Success</span>
9 <span class="text text-2">Your changes has been saved</span>
10 </div>
11 </div>
12 <i class="fa-solid fa-xmark close"></i>
13 <div class="progress active"></div>
14</div>
15
16<button>Show Toast</button>More Alerts snippets

Bootstrap 5 Notification Page Design snippets example
Add a alert to your UI with Bootstrap 5 Notification Page Design snippets example. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
AlertsView →

Bootstrap 5 Notification UI Design snippets with navbar
Bootstrap 5 Notification UI Design snippets with navbar — a free Bootstrap 5 alert snippet.
AlertsView →

Bootstrap 5 messages alerts snippets
Free Bootstrap 5 alert snippet — Bootstrap 5 messages alerts snippets. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
AlertsView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.