alert-button-widget
v1.0.2
Published
A simple button with beautiful alert popup
Readme
🚀 Alert Button Widget
A beautiful button that shows a nice alert popup in the center of the screen.
Installation
npm install alert-button-widgetUsage
<!DOCTYPE html>
<html>
<head>
<title>Test Button</title>
</head>
<body>
<script src="./node_modules/alert-button-widget/index.js"></script>
<script>
createButton(); // Creates the button automatically
</script>
</body>
</html>What it does
- Creates a beautiful "🚀 Click Me!" button in center of screen
- Shows animated alert popup when clicked
- Responsive and works on all devices
Functions
createButton()- Creates the main buttonshowAlert("message")- Shows custom alert
That's it! Simple and easy to use.
