GitHub

MiniSnackbar.js Library Examples

Download This Plugin Back To CSSScript.Com

A lightweight, zero-dependency snackbar & toast notification library for modern web applications. Queue messages, interrupt them, or customize every detail.

Queue Mode

Messages are added to a queue and displayed one after another. Perfect for logs or sequential updates.

Immediate Mode

Use Snackbar.show() to interrupt the current message and clear the queue. Urgent alerts take priority.

Interactive Actions

Add action buttons with callbacks to your snackbars. Supports undo operations or navigation.

Theming

Full control over colors, fonts, and borders via CSS variables. Supports dark/light mode dynamically.

Playground

Customize and fire your own notifications.

Notifications will appear here (and everywhere)