A ClojureScript library for Ant Design
Add the following dependency in your project:
;; project.clj or build.boot
[ant.design "RELEASE"]
;; deps.edn
{:deps {ant.design {:mvn/version "RELEASE"}}}
(ns example.app
(:require [ant.design :as ant]))
(defn my-button []
[ant/button {:onClick #(js/console.log "Amazing...")}
"Click me"])
antd library versionmentionmention-navlocale-providerget-field-decoratorget-field-errorget-fields-errorget-field-valueget-fields-valuefield-touched?fields-touched?field-validating?reset-fieldsset-fieldsset-fields-valuevalidate-fieldsvalidate-fields-and-scrollbreadcrumb-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 |