Greasy Fork is available in English.

Notify Library

Very Simple JS Notifications Library

Mint 2020.06.18.. Lásd a legutóbbi verzió

Ezt a szkriptet nem ajánlott közvetlenül telepíteni. Ez egy könyvtár más szkriptek számára, amik tartalmazzák a // @require https://update.greasyfork.org/scripts/401626/817875/Notify%20Library.js hivatkozást.

Fejlesztő
PIZIDAVI
Verzió
1.1.3
Létrehozva
2020.04.21.
Frissítve
2020.06.18.
Licensz
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();