bigalerts
v1.0.1
Published
A full-page alert library
Downloads
3
Maintainers
Readme
bigalerts
A full-page alert library.
Installation
npm install bigalerts
Example
import FullPageAlert from "bigalerts";
const alert = new FullPageAlert({
backgroundColor: "#ff0000",
textColor: "#ffffff",
animationDuration: 2000,
autoHideDuration: 3000,
});
alert.show("This is a full-page alert!");