thlack/surfs

Surfs is a library for creating user interfaces in Slack applications. It aims to make creating Slack surfaces enjoyable. It follows the spirit of libraries like hiccup, reagent, and rum.

Leiningen/Boot

[thlack/surfs "1.0.0"]

Clojure CLI/deps.edn

thlack/surfs {:mvn/version "1.0.0"}

Gradle

implementation("thlack:surfs:1.0.0")

Maven

<dependency>
  <groupId>thlack</groupId>
  <artifactId>surfs</artifactId>
  <version>1.0.0</version>
</dependency>