notify-bolt
Follow these simple steps to install and use notify-bolt in your project.
npm install notify-bolt
import { showNotify } from 'notify-bolt';
showNotify({
title: "Delete this item?",
message: "This action is permanent. Do you wish to proceed?",
variant: "default",
status: "warning",
});
Experiment with different settings to preview the notification modal in real time.
showNotify({
title: "Testing",
message: "This is a test message!",
variant: "classic",
status: "success",
allowOutsideClick: true,
animation: "slide-up",
size: "sm",
showCloseIcon: true,
showDenyButton: false,
showCancelButton: false,
showConfirmButton: false,
timer: 0,
timerProgressBar: false,
focusConfirm: true,
celebrate: true,
"celebrationType": "pride"
})
Built with performance in mind. Lightweight, fast, and efficient.
Optimized to show notifications instantly with minimal footprint.
โณ Loading... (minified + gzipped)
We appreciate your time. Hope `notify-bolt` helps you make your notifications smoother and more efficient.