vafer/notif

A super tiny library to generate toast notification base on Bulma notification component.

Leiningen/Boot

[vafer/notif "0.1.2"]

Clojure CLI/deps.edn

vafer/notif {:mvn/version "0.1.2"}

Gradle

implementation("vafer:notif:0.1.2")

Maven

<dependency>
  <groupId>vafer</groupId>
  <artifactId>notif</artifactId>
  <version>0.1.2</version>
</dependency>