Liking cljdoc? Tell your friends :D

dv.cljs-emotion-reagent


add-class-namecljs

(add-class-name props class-name)
source

add-class-names?cljs

(add-class-names?)
source

ADD_CLASSNAMEScljs

source

camelize-keyscljs

(camelize-keys style-map)

Takes a clj map and returns that map modified. Postwalk replaces kebab keywords with camel case version as is expected by React.

Also replaces styled components with their CSS classname when they appear in key position.

Takes a clj map and returns that map modified.
Postwalk replaces kebab keywords with camel case version as is expected by React.

Also replaces styled components with their CSS classname when they appear in key position.
sourceraw docstring

cljs-props-keyclj/s

source

csscljs

(css & css)
source

css-bodyclj

(css-body props)
source

default-classname-styleclj

source

defstyledclj/smacro

(defstyled component-name el & children)
source

emotion-hashcljs

source

force-childrencljs

(force-children x)

Utility function that will force a lazy sequence of children (recursively) into realized vectors (React cannot deal with lazy seqs in production mode)

Utility function that will force a lazy sequence of children (recursively) into realized
vectors (React cannot deal with lazy seqs in production mode)
sourceraw docstring

get-cls-nameclj

(get-cls-name namespace-name print-style component-sym)
source

get-cls-name-from-metaclj

(get-cls-name-from-meta namespace-name component-sym)

Returns string or nil for the classname

Returns string or nil for the classname
sourceraw docstring

get-typeclj

(get-type styled-arg tag-name)
source

global-stylecljs

(global-style props)
source

hashitcljs

(hashit string)
source

jsxclj/smacro

(jsx el props)
(jsx el props children)
source

jsx*cljs

source

kebab->camelcljs

(kebab->camel prop)
source

keyframescljs

(keyframes anim-map)
source

make-js-propscljs

(make-js-props props class-name)

Allows using kebab-case prop names.

Allows using kebab-case prop names.
sourceraw docstring

map->objcljs

(map->obj m)
source

obj-getclj/s

(obj-get o k)
source

obj-setclj/s

(obj-set o k v)
source

r-as-elementcljs

source

r-class-namescljs

source

r-convert-prop-valuecljs

source

react-factorycljs

(react-factory el class-name)
source

relement?cljs

(relement? el)

Is it a reagent vector? (or a best effort guess at least.)

Is it a reagent vector? (or a best effort guess at least.)
sourceraw docstring

set-class-namecljs

(set-class-name props class-name)
source

styledcljs

source

theme-providercljs

(theme-provider props & children)
source

wrap-call-style-fncljs

(wrap-call-style-fn anon-styles?)
source

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

× close