This is a CLJSJS package for using Responsive Nav within your ClojureScript projects.
Add the dependency to your build.boot
or project.clj
file:
[cljsjs/responsive-nav "1.0.39-0"] ;; latest release
This jar comes with deps.cljs
as used by the [Foreign Libs][flibs] feature
of the ClojureScript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require cljsjs.responsive-nav))
This package contains a CSS file, /cljsjs/nprogress/common/responsive-nav.css
, which you must also load in order to use Responsive Nav:
Refer to the wiki to learn how to include this file in your project.
Unfortunately I haven't found a decent way to incorporate non-JS assets from CLJSJS packages in Leinigen projects. As such, I recommend manually copying the responsive-nav.css
file and referencing it in your html.
Responsive Nav Authour: Responsive Nav is designed by Viljami Salminen.
CLJSJS Package Maintainers: