A Nubank workspaces card type for reacl-c.
A [Nubank workspaces](https://github.com/nubank/workspaces) card type for reacl-c.
(reacl-c-card item & options)A card rendering the given item.
Options may be:
:state  specify an initial state for item. Defaults to nil.:show-state? adds UI elements to inspect the current state.A card rendering the given item. Options may be: - `:state` specify an initial state for item. Defaults to `nil`. - `:show-state?` adds UI elements to inspect the current state.
(reacl-c-card* item-f & options)A card rendering the item returned by the given thunk item-f.
Options may be:
:state  specify an initial state for item. Defaults to nil.:show-state? adds UI elements to inspect the current state.See reacl-c-card for a macro version of this.
A card rendering the item returned by the given thunk `item-f`. Options may be: - `:state` specify an initial state for item. Defaults to `nil`. - `:show-state?` adds UI elements to inspect the current state. See [[reacl-c-card]] for a macro version of this.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |