com.moclojer/mockingbird

Design System using tailwind and helix in ClojureScript. A simple way to develop a user interface with a consistent user experience, without the need to clutter cljs code with CSS (unless you want to).

Leiningen/Boot

[com.moclojer/mockingbird "0.0.1"]

Clojure CLI/deps.edn

com.moclojer/mockingbird {:mvn/version "0.0.1"}

Gradle

implementation("com.moclojer:mockingbird:0.0.1")

Maven

<dependency>
  <groupId>com.moclojer</groupId>
  <artifactId>mockingbird</artifactId>
  <version>0.0.1</version>
</dependency>