A ClojureScript library for Ant Design
Add the following project dependency:
;; project.clj or build.boot
[ant.design "3.22.0-0"]
;; deps.edn
{:deps {ant.design {:mvn/version "3.22.0-0"}}}
(ns example.app
(:require [ant.design :as ant]))
(defn my-button []
[ant/button {:onClick #(js/console.log "Amazing...")}
"Click me"])
breadcrumb-separatormentions, descriptionsCopyright © 2019 Ilshat Sultanov
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |