Liking cljdoc? Tell your friends :D

Clojars Project GitHub License

ant.design

A ClojureScript library for Ant Design

Quick Start Guide

Add the following project dependency:

;; project.clj or build.boot
[ant.design "3.22.0-1"]

;; deps.edn
{:deps {ant.design {:mvn/version "3.22.0-1"}}}

Usage

(ns example.app
  (:require [ant.design :as ant]))

(defn my-button []
  [ant/button {:onClick #(js/console.log "Amazing...")}
    "Click me"])

Changelog

v3.22.0-1
  • deps are explicitly indicated
v3.22.0-0
v3.21.1-0
  • antd library updated to v3.21.1
  • added new component breadcrumb-separator
v3.19.0-0
  • antd library updated to v3.19.0
  • added new components mentions, descriptions

License

Copyright © 2019 Ilshat Sultanov

Can you improve this documentation?Edit on GitHub

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

× close