We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb884b commit b921d43Copy full SHA for b921d43
demo/re_demo/nested_grid.cljs
@@ -686,8 +686,7 @@
686
(/ (count lorem-ipsum) 2))
687
\"Random\" (rand-nth lorem-ipsum)))]"]
688
[rc/p "You can compose the " [:code ":cell"] " and " [:code ":cell-label"]
689
- " to semantically separate a semantic separation of data processing from rendering. "
690
- " Both parts accept the same arguments, except "
+ " to semantically separate your data model from rendering. "
691
"When " [:code ":cell-value"] " is provided, " [:code "nested-grid"]
692
" passes its return value to " [:code ":cell"]
693
" via a " [:code ":value"] " prop."]
0 commit comments