formap

A reagent library to build awesome dynamic forms.

Leiningen/Boot

[formap "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

formap/formap {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("formap:formap:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>formap</groupId>
  <artifactId>formap</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>