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 is a website building & hosting documentation for Clojure/Script libraries
× close