atsman/devcards

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

Leiningen/Boot

[atsman/devcards "0.2.9-SNAPSHOT"]

Clojure CLI/deps.edn

atsman/devcards {:mvn/version "0.2.9-SNAPSHOT"}

Gradle

implementation("atsman:devcards:0.2.9-SNAPSHOT")

Maven

<dependency>
  <groupId>atsman</groupId>
  <artifactId>devcards</artifactId>
  <version>0.2.9-SNAPSHOT</version>
</dependency>