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 "2021.01.25"]

Clojure CLI/deps.edn

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

Gradle

implementation("thlack:surfs:2021.01.25")

Maven

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