cljsjs/react-select

A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support.

Leiningen/Boot

[cljsjs/react-select "1.0.0-rc.3"]

Clojure CLI/deps.edn

cljsjs/react-select {:mvn/version "1.0.0-rc.3"}

Gradle

implementation("cljsjs:react-select:1.0.0-rc.3")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>react-select</artifactId>
  <version>1.0.0-rc.3</version>
</dependency>