com.github.arohner/devcards

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

Leiningen/Boot

[com.github.arohner/devcards "0.2.7-griffin"]

Clojure CLI/deps.edn

com.github.arohner/devcards {:mvn/version "0.2.7-griffin"}

Gradle

implementation("com.github.arohner:devcards:0.2.7-griffin")

Maven

<dependency>
  <groupId>com.github.arohner</groupId>
  <artifactId>devcards</artifactId>
  <version>0.2.7-griffin</version>
</dependency>