alert_pro
v1.0.2
Published
Beautiful notifications with JavaScript
Downloads
2
Maintainers
Readme
Hey There 👨💻
❗ Well, finally, a simple alert
and notification
package has been developed that can be used very easily for small projects 🥳
use
🟧
npm i alert_pro
🟡
import Alerting from "./src/js/alertPro.js"
🔴
In the html file
🔵
add Link css file
<link rel="stylesheet" href="./src/css/alertPro.css">
🟩
use the project
Alerting.show("hello world","info","top-left")
📌
Links
✏ myGithub
🔎 docs