Skip to content

A simple clojure utility for conditionally joining classNames together

Notifications You must be signed in to change notification settings

ajchemist/classname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

classname

http://clojars.org/ajchemist/classname/latest-version.svg

Usage

(classname "a" 'b :c {:d true :x false} ["e" :f {'y nil "z" false :g []}])
;; => "a b c d e f g"
(classname :a {:b true} {:b false})
;; => "a"

About

A simple clojure utility for conditionally joining classNames together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published