1.0.5 • Published 2 years ago

react-alert-on-close v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago