Liking cljdoc? Tell your friends :D

ui-input GitHub Actions status |pink-gorilla/ui-binary-clockClojars Project

Input controls:

  • text
  • checkbox
  • button
  • slider
  • select

Demo

clojure -X:goldly

Navigate your webbrowser to port 8000. Snippets are in running systems / snippet-registry

In Goldly as a ui extension

In deps.edn add quil as dependency and add goldly alias

:goldly
  {:extra-deps {org.pinkgorilla/goldly {:mvn/version "RELEASE"}
               {org.pinkgorilla/ui-input {:mvn/version "0.0.2"}}
   :exec-fn goldly-server.app/goldly-server-run!
   :exec-args {:profile "watch"
               :config {:goldly {:extensions [[pinkgorilla.input.goldly]
                                              ]}}}}

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close