This namespace contains some convenience functions an macros based on cljss.
This namespace contains some convenience functions an macros based on [cljss](https://github.com/clj-commons/cljss).
(css & styles)
Returns a string of one or more css class names for the given class names or css styles.
Returns a string of one or more css class names for the given class names or css styles.
(defstyled name dom-f styles)
Defines a css-styled variant of the given dom function, i.e. a function taking an optional attributes map as the first arguments. The reacl-c.dom functions suffice this criteron.
Defines a css-styled variant of the given dom function, i.e. a function taking an optional attributes map as the first arguments. The reacl-c.dom functions suffice this criteron.
(defstyles name args styles)
Defines a function returning string with one or more class names for
the given css style. Same as cljss.core/defstyles
.
Defines a function returning string with one or more class names for the given css style. Same as `cljss.core/defstyles`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close