Skip to content

Vanmee/react-toastify

This branch is 422 commits behind fkhadra/react-toastify:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 6, 2020
751b332 Β· Nov 6, 2020
Nov 6, 2020
Nov 6, 2020
May 12, 2020
Nov 6, 2020
Nov 6, 2020
Feb 17, 2020
Dec 7, 2018
Apr 19, 2020
Mar 13, 2020
Nov 6, 2020
Nov 6, 2020
Apr 9, 2020
Nov 6, 2020

Repository files navigation

React-Toastify

Financial Contributors on Open Collective React-toastify CI npm npm NPM Coveralls github React toastify

πŸŽ‰ React-Toastify allows you to add notifications to your app with ease. No more nonsense!

Installation

$ npm install --save react-toastify
$ yarn add react-toastify

The gist

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

Demo

A demo is worth a thousand words

Documentation

Check the documentation to get you started !

Contribute

Show your ❀️ and support by giving a ⭐. Any suggestions are welcome! Take a look at the contributing guide.

You can also find me on reactiflux. My pseudo is Fadi.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

Release Notes

You can find the release note for the latest release here

You can browse them all here

License

Licensed under MIT

About

React notification made easy πŸš€ !

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.4%
  • SCSS 9.6%
  • CSS 2.7%
  • HTML 0.3%