Liking cljdoc? Tell your friends :D

fulcro.incubator.ui.core


component-factorycljs

(component-factory component)

Wrap a react component with localized css support (like on dom/*)

Wrap a react component with localized css support (like on dom/*)
sourceraw docstring

component-factory-localizedcljs

(component-factory-localized component)

Wrap a react component with

Wrap a react component with
sourceraw docstring

component-factory-simplecljs

(component-factory-simple component)

Make a factory to build a React instance from a React class.

Make a factory to build a React instance from a React class.
sourceraw docstring

js-spreadcljs

(js-spread props js-props)

Use this to merge JS props with your Clojure props, this is usually needed when you use React components written in pure react that use child functions to render.

Like JSX usage: <Button as={Overlay.Show} {...overlay}> Becomes: (button (js-spread {:as Overlay.Show} overlay))

Use this to merge JS props with your Clojure props, this is usually needed when you
use React components written in pure react that use child functions to render.

Like JSX usage: <Button as={Overlay.Show} {...overlay}>
Becomes: (button (js-spread {:as Overlay.Show} overlay))
sourceraw docstring

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

× close