Liking cljdoc? Tell your friends :D

hicada.util


camel-caseclj

(camel-case k)

Returns camel case version of the key, e.g. :http-equiv becomes :httpEquiv.

Returns camel case version of the key, e.g. :http-equiv becomes :httpEquiv.
sourceraw docstring

camel-case-keysclj

(camel-case-keys m)

Recursively transforms all map keys into camel case.

Recursively transforms all map keys into camel case.
sourceraw docstring

controlled-input-classclj

(controlled-input-class type attrs)

Returns the React class that is to be used for this component or nil if it's not a controlled input.

Returns the React class that is to be used for this component or nil if it's not a controlled
input.
sourceraw docstring

element?clj

(element? x)
  • is x a vector? AND
  • first element is a keyword?
- is x a vector?
AND
 - first element is a keyword?
sourceraw docstring

join-classesclj

(join-classes classes)

Join the classes with a whitespace.

Join the `classes` with a whitespace.
sourceraw docstring

join-classes-jsclj

(join-classes-js)
(join-classes-js & xs)

Joins strings space separated

Joins strings space separated
sourceraw docstring

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

× close