0.3.2 • Published 3 years ago

react-toastful v0.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago