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

reacl-c-basics.cljss


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.

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.
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