cljsjs/bootstrap-notify

This is a simple plugin that turns standard Bootstrap alerts into "Growl-like" notifications.

Leiningen/Boot

[cljsjs/bootstrap-notify "3.1.3-0"]

Clojure CLI/deps.edn

cljsjs/bootstrap-notify {:mvn/version "3.1.3-0"}

Gradle

implementation("cljsjs:bootstrap-notify:3.1.3-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>bootstrap-notify</artifactId>
  <version>3.1.3-0</version>
</dependency>