Liking cljdoc? Tell your friends :D
Mostly clj.
Exceptions indicated.

reacl-c-basics.cljss

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).
raw docstring

cssclj/smacro

(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.
sourceraw docstring

defstyledcljmacro

(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.
sourceraw docstring

defstylescljmacro

(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`.
sourceraw docstring

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

× close