alert-interval-popup
v1.0.3
Published
An alert box with pops up after a certain interval of time
Downloads
7
Readme
Introduction
An alert box with pops up after a certain interval of time
Installation
Run npm i alert-interval-popup
Use:
import {AlertIntervalPopup} from 'alert-interval-popup'
<AlertIntervalPopup intervaltime=1000>This is an alert interval popup</AlertIntervalPopup>
Props
This takes one prop intervaltime.
By default intervaltime
is set to 10000.