1.0.1 • Published 1 year ago
bigalerts v1.0.1
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!");