react-pop-toast
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Smoking Pop Notifications for React.
React pop Toast: Effortlessly integrate sleek and customizable pop-up notifications into your React applications for a seamless user experience.


Made by Ali A 👨‍🍳

Features

  • AsyncBlaze - Automatic loader from a promise
  • 🤯 ReactGhostHooks - Create your own with useNotifier()
  • 🔩 CustomSpark
  • 🕊 FeatherLite - less than 5kb including styles
  • 🔥 IgnitePop
  • EaseAccess

Installation

With yarn

yarn add react-pop-toast

With NPM

npm install react-pop-toast

Getting Started

Start by integrating the Toaster into your application—it handles the seamless rendering of all emitted notifications. Now, empower your app by triggering toast() effortlessly from any corner!

import toast, { Toaster } from 'react-pop-toast';

const notify = () => toast('Here is your toast.');

const App = () => {
  return (
    <div>
      <button onClick={notify}>Make me a toast</button>
      <Toaster />
    </div>
  );
};

Documentation

Find the full API reference on official documentation.

Package Sidebar

Install

npm i react-pop-toast

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

172 kB

Total Files

25

Last publish

Collaborators

  • ali404