Notify Library

Very Simple JS Notifications Library

Per 18-06-2020. Zie de nieuwste versie.

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greasyfork.org/scripts/401626/817875/Notify%20Library.js

Maker
PIZIDAVI
Versie
1.1.3
Gemaakt op
21-04-2020
Bijgewerkt op
18-06-2020
Grootte
2,68 KB
Licentie
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();