(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.
(camel-case-keys m)
Recursively transforms all map keys into camel case.
Recursively transforms all map keys into camel case.
(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.
(element? x)
- is x a vector? AND - first element is a keyword?
(join-classes classes)
Join the classes
with a whitespace.
Join the `classes` with a whitespace.
(join-classes-js)
(join-classes-js & xs)
Joins strings space separated
Joins strings space separated
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close