formap

A reagent library to build awesome dynamic forms.

Leiningen/Boot

[formap "0.1.2"]

Clojure CLI/deps.edn

formap/formap {:mvn/version "0.1.2"}

Gradle

implementation("formap:formap:0.1.2")

Maven

<dependency>
  <groupId>formap</groupId>
  <artifactId>formap</artifactId>
  <version>0.1.2</version>
</dependency>