com.vadelabs/vds

Vade Design System. It is built using ClojureScript, Re-Frame. It follows atomic design pattern for better and scalable directory structure.

Leiningen/Boot

[com.vadelabs/vds "0.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.vadelabs/vds {:mvn/version "0.0.0-SNAPSHOT"}

Gradle

implementation("com.vadelabs:vds:0.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.vadelabs</groupId>
  <artifactId>vds</artifactId>
  <version>0.0.0-SNAPSHOT</version>
</dependency>