cljsjs/noty

Dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.

Leiningen/Boot

[cljsjs/noty "3.1.4-0"]

Clojure CLI/deps.edn

cljsjs/noty {:mvn/version "3.1.4-0"}

Gradle

implementation("cljsjs:noty:3.1.4-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>noty</artifactId>
  <version>3.1.4-0</version>
</dependency>