Skip to content

shannonrothe/react-toastful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-toastful

Simple, renderless, React toast library

NPM JavaScript Style Guide

Install

npm install --save react-toastful

Usage

import * as React from "react";
import { Toastful, toastful } from "react-toastful";

class App extends React.Component {
  render() {
    return (
      <>
        <Toastful />
        <button onClick={() => toastful("Hello, World!")}>Show Toast</button>
      </>
    );
  }
}

More Information

Documentation

License

MIT © shannonrothe

About

Simple, configurable, and customizable React toast library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published