Liking cljdoc? Tell your friends :D
Mostly cljs.
Exceptions indicated.

reacl-c-basics.workspaces

cljs

A Nubank workspaces card type for reacl-c.

A [Nubank workspaces](https://github.com/nubank/workspaces) card type for reacl-c.
raw docstring

reacl-c-cardcljmacro

(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.
sourceraw docstring

reacl-c-card*cljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close