devcards

Devcards is a ClojureScript library that provides a lab space in which you can develop your UI components independently and interactively.

Leiningen/Boot

[devcards "0.2.7"]

Clojure CLI/deps.edn

devcards/devcards {:mvn/version "0.2.7"}

Gradle

implementation("devcards:devcards:0.2.7")

Maven

<dependency>
  <groupId>devcards</groupId>
  <artifactId>devcards</artifactId>
  <version>0.2.7</version>
</dependency>