1.0.2 ⢠Published 1 year ago
alert_pro v1.0.2
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