Liking cljdoc? Tell your friends :D

Clojure GUI library, based on Swing. See the project wiki for details on how to use it. You can also watch a 30 minute presentation on the library.

If you are using leiningen, add the following dependency to your project.clj:

[clarity "0.5.6"]

Example of the form facilities:

    (show-dialog
     (form [:header "The form"]
           [:text "Please fill in the **entire** form." :rich]
           :first-name ""
           :surname ""
           :gender ["male" "female" "other"])
     ["OK" "Cancel"])

Can you improve this documentation? These fine people already did:
Stathis Sideris, sideris & Grigory V.
Edit on GitHub

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

× close