Notify Library

Very Simple JS Notifications Library

Od 18.06.2020.. Pogledajte najnovija verzija.

Ovu skriptu ne treba izravno instalirati. To je biblioteka za druge skripte koje se uključuju u meta direktivu // @require https://update.greasyfork.org/scripts/401626/817875/Notify%20Library.js

Autor
PIZIDAVI
Verzija
1.1.3
Stvoreno
21.04.2020.
Ažurirano
18.06.2020.
Size
2,68 KB
Licenza
MIT

Notify Library

Options:

  • text string - (required)
  • type string - (optional)
    • success
    • info / information
    • warn / warning
    • error
  • timeout number - (optional)

Example

  new Notify({
      text: 'Notification Text',
      type: 'success',
      timeout: false // Sticky Notifications
  }).show();