1.0.1 • Published 4 years ago

material-toast v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

material-toast

A component based on react framework <material-ui> to show toast

Usage

import Toast from "material-toast"

Toast.info({ message: "hello toast" })
Toast.success({ message: "hello toast" })
Toast.warning({ message: "hello toast" })
Toast.error({ message: "hello toast" })

Able to Pass any other option in as param to change behaviour, more infomation refer to Material-ui