mirror of
https://github.com/status-im/reagent.git
synced 2025-01-11 20:34:37 +00:00
Fix line break
This commit is contained in:
parent
416fb91cc4
commit
5fa400c86a
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ target
|
|||||||
pom.xml
|
pom.xml
|
||||||
.lein-repl-history
|
.lein-repl-history
|
||||||
pom.xml.asc
|
pom.xml.asc
|
||||||
|
.nrepl-port
|
||||||
|
@ -12,7 +12,9 @@
|
|||||||
(def is-client tmpl/isClient)
|
(def is-client tmpl/isClient)
|
||||||
|
|
||||||
(defn render-component
|
(defn render-component
|
||||||
"Render a Cloact component into the DOM. The first argument may be either a vector (using Cloact's Hiccup syntax), or a React component. The second argument should be a DOM node.
|
"Render a Cloact component into the DOM. The first argument may be either a
|
||||||
|
vector (using Cloact's Hiccup syntax), or a React component. The second argument
|
||||||
|
should be a DOM node.
|
||||||
|
|
||||||
Optionally takes a callback that is called when the component is in place.
|
Optionally takes a callback that is called when the component is in place.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user