0.0.4-2 • Published 5 years ago
noties v0.0.4-2
Yeni bir bildirim aracı. JQuery'e ihtiyaç duymadan rahatlıkla kullanabilirsiniz.
<link rel="stylesheet" href="noties.css"/>
<script src="noties.min.js"></script>
Kütüphanelerini ekleyerek ya da
npm install noties
kodunu kullanarak mevcut projesinize ekleyebilirisiniz.
new Noties({
text:"Başarı ile tamamlandı",
type:"success",
icon : "<i class='fa fa-check-circle'></i>"
})
new Noties({
icon:"<i class='fa fa-times '></i>",
type:"danger",
text:"I'm not in the danger, I'm the danger!"
})
new Noties({
icon:"<i class='fa fa-exclamation-triangle'></i>",
type:"warning",
text:"Dikkat dikkat!"
})
new Noties({
icon : "<i class='fa fa-info-circle'></i>",
type:"info",
text:"Some information bla bla"
})