Getting Started
Stop using boring toast notification! Try React-Pings.
React-Pings is a modern solution for adding toast notifications to react apps, built on reactjs, tailwindcss & motion to give high performance without unnecessary re-renders to deliver top-notch performance in just 4kb size.
What is React-Pings?
It is a toast notification library for modern react app built for deliver awesome toast without re-render complete app, which make it different from others. It is easy to use with top-level customizations.
Why use React-Pings?
It provides large number of benefits which make developer happy to use
- Built on
react 19 - No re-renders
- Elegent designs (should be more improved)
- Support for light & dark theme
- Easy to implement/customize
- Built in support for promises
- Support for
functions&jsx - Provides ui to customize toast
- Rich api support
Quick Start
Using react-pings in your project is just 3 steps process decribed below:
Installation
Install react-pings from npm or any other package manager.
See complete installation for framework guides.
Provides
Wrap your app into PingsToastsProvider to enable toasts from any component.
See customizations options for your toasts.
Usage
Now your app is compatible to generate toast from anywhere just import usePings hook into your app and create any type of toast.
See all components for other types of toasts.