Logo

Lightning Fast Modals for React โšก

Beautiful, themeable alerts built for modern apps.

What Makes notify-bolt Stand Out?

๐Ÿš€ Get Started with notify-bolt

Follow these simple steps to install and use notify-bolt in your project.

1. Install the package

npm install notify-bolt

2. Import and use

import { showNotify } from 'notify-bolt';

showNotify({
  title: "Delete this item?",
  message: "This action is permanent. Do you wish to proceed?",
  variant: "default",
  status: "warning",
});
View on npm

๐Ÿงช Playground

Experiment with different settings to preview the notification modal in real time.

๐Ÿ“ฆ Variant
๐Ÿ“‚ Icon Type
๐ŸŽจ Status
โš™๏ธ Size
๐Ÿ’ซ Modal Animation
๐ŸŽ‰ Celebrate Animation
โš™๏ธ Buttons
โฑ๏ธ Timer

๐Ÿ“Œ Example Code


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"
})

๐Ÿš€ Performance & Bundle Size

Built with performance in mind. Lightweight, fast, and efficient.

โšก

Lightning Fast

Optimized to show notifications instantly with minimal footprint.

๐Ÿ“ฆ

Bundle Size

โณ Loading... (minified + gzipped)

๐ŸŽ‰ Thanks for Checking Out Notify-Bolt!

We appreciate your time. Hope `notify-bolt` helps you make your notifications smoother and more efficient.