bdoc/devcards

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

Leiningen/Boot

[bdoc/devcards "0.2.7-SNAPSHOT"]

Clojure CLI/deps.edn

bdoc/devcards {:mvn/version "0.2.7-SNAPSHOT"}

Gradle

implementation("bdoc:devcards:0.2.7-SNAPSHOT")

Maven

<dependency>
  <groupId>bdoc</groupId>
  <artifactId>devcards</artifactId>
  <version>0.2.7-SNAPSHOT</version>
</dependency>