cljsjs/selectize

Selectize is the hybrid of a textbox and <select> box.

Leiningen/Boot

[cljsjs/selectize "0.12.1-1"]

Clojure CLI/deps.edn

cljsjs/selectize {:mvn/version "0.12.1-1"}

Gradle

implementation("cljsjs:selectize:0.12.1-1")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>selectize</artifactId>
  <version>0.12.1-1</version>
</dependency>