Pop notifications with Respo Effects
[respo/notifier "0.1.3"]
(require '[notifier.comp.notifications :refer [nofity!]])
(def notifications {
"q42342" {:title "title demo"
:body "body demo"
:icon "icon url demo"
:id "q42342"}
})
; pop notifications with effects
(effect-notify notifications {:when-inactive? true, on-close (fn [noti])})
Workflow https://github.com/mvc-works/calcit-workflow
MIT
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close