Notify Library

Very Simple JS Notifications Library

La data de 18-06-2020. Vezi ultima versiune.

Acest script nu ar trebui instalat direct. Aceasta este o bibliotecă pentru alte scripturi care este inclusă prin directiva meta a // @require https://update.greasyfork.org/scripts/401626/817875/Notify%20Library.js

Autor
PIZIDAVI
Versiune
1.1.3
Creat
21-04-2020
Actualizat
18-06-2020
Size
2,68 KB
Licență
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();