Liking cljdoc? Tell your friends :D

heroicons-reagent

A library containing all the SVGs from heroicons converted into reagent components.

Intallation

Add the dependency to your deps.edn from Clojars:

  com.scrintal/heroicons-reagent {:mvn/version "2.0.13"}

or directly from GitHub:

  com.scrintal/heroicons-reagent {:git/url "https://github.com/scrintal/heroicons-reagent"
                                  :git/tag "v2.0.13"
                                  :git/sha "55c73aa"}

or to your shadow-cljs.edn:

  [com.scrintal/heroicons-reagent "2.0.13"]

Usage

(ns se.example
  (:require [com.scrintal.heroicons.solid.academic-cap :as academic-cap]))

(defn app []
  [:div
   [academic-cap/render]])

License

This library is MIT licensed same as heroicons.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close