Skip to content
React notification made easy πŸš€ !
TypeScript CSS HTML
Branch: master
Clone or download

Latest commit

Latest commit 1d9bc4a May 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create FUNDING.yml Apr 22, 2020
example Bump acorn from 5.7.3 to 5.7.4 in /example May 10, 2020
scss Reset translateX for mobile (top/bottom-center) May 12, 2020
src fix #476 May 19, 2020
test update test May 19, 2020
.gitignore remove v5 files 😭 Feb 17, 2020
.travis.yml update package.json and travis task Mar 15, 2020
CODE_OF_CONDUCT.md Add Code of Conduct Dec 7, 2018
CONTRIBUTING.md update contributing guide Apr 19, 2020
LICENSE Update license Mar 13, 2020
README.md fine tuning May 10, 2020
package.json 6.0.5 May 20, 2020
tsconfig.json onChange event return function to unsubscribe Apr 9, 2020
yarn.lock update lock file and documentation link May 10, 2020

README.md

React-Toastify

Financial Contributors on Open Collective Travis (.org) 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

You can’t perform that action at this time.