Skip to content

mjapadilla/react-geek-toast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Toast Component for react.

Installation

yarn add react-geek-toast

for geeks

import ToastMarker, { toastSuccess, toastWarning, toastInfo, toastError } from 'react-geek-toast';

...
// put this somewhere in app
<ToastMarker />


// sample
toastSuccess('Hello World')
toastWarning('Hello World')
toastInfo('Hello World')
toastError('Hello World')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • SCSS 4.8%
  • HTML 2.2%
  • CSS 1.6%