Liking cljdoc? Tell your friends :D
All platforms.

mathbox.macros

Code for easy aliasing of mathbox-react primitives.

Code for easy aliasing of mathbox-react primitives.
raw docstring

defprimclj/smacro

(defprim sym)
(defprim sym docstring)
(defprim sym docstring attr)

Call this like

(defprim some.ns/Symbol
  "optional docstring"
  <optional metadata map>)

Transforms to

(def Symbol (r/adapt-react-class some.ns/Symbol))

with metadata attached.

Call this like

```clj
(defprim some.ns/Symbol
  "optional docstring"
  <optional metadata map>)
```

Transforms to

```clj
(def Symbol (r/adapt-react-class some.ns/Symbol))
```

with metadata attached.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close