1.0.5 • Published 3 years ago

react-alert-on-close v1.0.5

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

react-alert-on-close

React Alert on Close is a simpler helper function that will work on ReactJS projects. (TS application is a Work in progress).

Demo here.

How to use it?

In your .js or .jsx file, you can simply add the following piece of code.

import AlertOnClose from "react-alert-on-close";

//other imports
...

useEffect(()=>{
  //other side-effects
  ...
  AlertOnClose();
},[])

//other code
...

Installing

npm install react-alert-on-close
or
yarn add react-alert-on-close
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago