bigalerts

1.0.1 • Public • Published

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!");

Package Sidebar

Install

npm i bigalerts

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.26 kB

Total Files

3

Last publish

Collaborators

  • kkevinchoo