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.21.1-0"]

;; deps.edn
{:deps {ant.design {:mvn/version "3.21.1-0"}}}

Usage

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

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

Changelog

3.21.1-0
  • antd library updated to v3.21.1
  • added new component breadcrumb-separator

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