(component-factory-localized component)
Wrap a react component with localized css support (like on dom/*)
Wrap a react component with localized css support (like on dom/*)
(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.
(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))
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close