{"id":19406591,"url":"https://github.com/just-sultanov/ant-design","last_synced_at":"2025-10-05T00:34:02.351Z","repository":{"id":57713126,"uuid":"153822549","full_name":"just-sultanov/ant-design","owner":"just-sultanov","description":"A ClojureScript library for Ant Design","archived":false,"fork":false,"pushed_at":"2020-05-25T08:53:59.000Z","size":262,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-15T17:57:39.888Z","etag":null,"topics":["ant-design","antd","clojurescript","reagent"],"latest_commit_sha":null,"homepage":"https://ant.design","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/just-sultanov.png","metadata":{"files":{"readme":"README.adoc","changelog":"CHANGELOG.adoc","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-19T18:02:35.000Z","updated_at":"2023-07-05T01:06:28.000Z","dependencies_parsed_at":"2022-09-05T22:50:47.432Z","dependency_job_id":null,"html_url":"https://github.com/just-sultanov/ant-design","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-sultanov%2Fant-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-sultanov%2Fant-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-sultanov%2Fant-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-sultanov%2Fant-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just-sultanov","download_url":"https://codeload.github.com/just-sultanov/ant-design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223948654,"owners_count":17230131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ant-design","antd","clojurescript","reagent"],"created_at":"2024-11-10T11:42:50.540Z","updated_at":"2025-10-05T00:33:57.328Z","avatar_url":"https://github.com/just-sultanov.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"image:https://img.shields.io/github/license/just-sultanov/ant-design[License,link=LICENSE]\nimage:https://github.com/just-sultanov/ant-design/workflows/deploy/badge.svg[Deploy]\nimage:https://img.shields.io/clojars/v/ant.design.svg[Clojars, link=https://clojars.org/ant.design]\n\n*Important*:\nThis library only supports antd v3. Use `shadow-cljs` or another library since antd v4.\n\n\n== ant.design\n\nA ClojureScript library for https://ant.design[Ant Design].\n\n=== Quick Start Guide\n\nAdd the following dependency in your project:\n\n[source,clojure]\n----\n;; project.clj or build.boot\n[ant.design \"6.3.0\"]\n\n;; deps.edn\n{:deps {ant.design {:mvn/version \"6.3.0\"}}}\n\n----\n\n=== Usage\n\n[source,clojure]\n----\n(ns example.app\n  (:require [ant.design :as ant]))\n\n(defn my-button []\n  [ant/button {:onClick #(js/console.log \"Amazing...\")}\n    \"Click me\"])\n\n----\n\n=== Deploy\n\n[source,bash]\n----\n# create a new git tag (available types `minor`, `major`)\n$ make patch\n\n# push a new git tag\n$ make release\n----\n\n=== Available commands\n\n[source,bash]\n----\n$ make help\nhelp                           Show help\nrepl                           Run nREPL\nclean                          Clean\nlint                           Run linter\nbuild                          Build jar\ninstall                        Install locally\ninit                           Init first version\npatch                          Increment patch version\nminor                          Increment minor version\nmajor                          Increment major version\nrelease                        Release a new version\ndeploy                         Deploy to clojars\n----\n\n=== License\n\nlink:LICENSE[Copyright © 2019-2020 Ilshat Sultanov]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-sultanov%2Fant-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust-sultanov%2Fant-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-sultanov%2Fant-design/lists"}