Skip to content

new component comp-menu-dialog

Compare
Choose a tag to compare
@tiye tiye released this 10 Sep 18:00
· 58 commits to master since this release

New menu component:

(if (:show-menu? state)
   (comp-menu-dialog
    (fn [result d! m!] (println "result" result))
    (fn [mutate!] (mutate! %cursor (update state :show-menu? not)))
    {:haskell "Haskell", :clojure "Clojure"}))

Previews http://repo.respo.site/inflow-popup/

image