Snackbar

Snackbars provide brief feedback about an operation through a message at the bottom of the screen. Snackbars contain a single line of text directly related to the operation performed. They may contain a text action, but no icons. Toasts (Android only) are primarily used for system messaging.

Ex:- E-commerce Websites, Social Media Websites, Coding Platforms,etc.

This is an example of Snack bar.

<div id="Snack-bar">
<p class="message">This is an example of Snack bar.</p>
<div class="snack-button">
<a href="#">RETRY</a>
<button id="close"><i class="fa-solid fa-xmark"></i></button>
</div>
</div>

This is an example of Snack bar.