binary code, binary, binary system-475664.jpg
0 0
Read Time:1 Minute, 8 Second

Easy to set up for real, you can make it work in less than 10sec!

$ npm install --save react-toastify
$ yarn add react-toastify
  • Easy to set up for real, you can make it work in less than 10sec!
  • Super easy to customize
  • RTL support
  • Swipe to close 👌
  • Can choose swipe direction
  • Super easy to use an animation of your choice. Works well with animate.css for example
  • Can display a react component inside the toast!
  • Has onOpen and onClose hooks. Both can access the props passed to the react component rendered inside the toast
  • Can remove a toast programmatically
  • Define behavior per toast
  • Pause toast when the window loses focus 👁
  • Fancy progress bar to display the remaining time
  • Possibility to update a toast
  • You can control the progress bar a la nprogress 😲
  • You can limit the number of toast displayed at the same time
  • Dark mode 🌒
  • And much more !

Code React JS

import React from 'react';

  import { ToastContainer, toast } from 'react-toastify';
  import 'react-toastify/dist/ReactToastify.css';
  
  function App(){
    const notify = () => toast("Wow so easy!");

    return (
      <div>
        <button onClick={notify}>Notify!</button>
        <ToastContainer />
      </div>
    );
  }

Toast Container

<ToastContainer
position="top-right"
autoClose={5000}
hideProgressBar={false}
newestOnTop={false}
closeOnClick
rtl={false}
pauseOnFocusLoss
draggable
pauseOnHover
/>
{/* Same as */}
<ToastContainer />

Toast Emitter

toast('🦄 Wow so easy!', {
position: "top-right",
autoClose: 5000,
hideProgressBar: false,
closeOnClick: true,
pauseOnHover: true,
draggable: true,
progress: undefined,
});
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

About Author

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

One thought on “React-Toastify

  1. Могу порекомендовать профессиональную ритуальную службу в Казани https://complex-ritual.ru/. Они предлагают весь спектр ритуальных услуг по организации похорон с искренним сочувствием и вниманием к каждому клиенту. Сотрудники вежливы и тактичны, цены приемлемые. Компания работает круглосуточно, что очень важно в подобные тяжелые моменты. Хочу поблагодарить их за чуткое и профессиональное обслуживание в тяжелое для нашей семьи время. Настоятельно рекомендую эту службу жителям Казани.

Leave a Reply

Your email address will not be published. Required fields are marked *