A ClojureScript library for Ant Design
Add the following dependency in your project:
;; project.clj or build.boot
[ant.design/ant.design "RELEASE"]
;; deps.edn
{:deps {ant.design/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"])
# create a new git tag (available types `minor`, `major`)
$ make patch
# push a new git tag to Github then wait for GitHub Actions
# start to deploy the new version to clojars
$ git push origin --tags
antd
library versionmention
mention-nav
locale-provider
get-field-decorator
get-field-error
get-fields-error
get-field-value
get-fields-value
field-touched?
fields-touched?
field-validating?
reset-fields
set-fields
set-fields-value
validate-fields
validate-fields-and-scroll
breadcrumb-separator
mentions
, descriptions
Copyright © 2019 Ilshat Sultanov
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close