0.0.4-2 • Published 5 years ago

noties v0.0.4-2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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"
 })
0.0.4-2

5 years ago

0.0.4-1

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago