Liking cljdoc? Tell your friends :D
ClojureScript only.

emmy.portal.mafs

Portal viewer for rendering Mafs.cljs reagent snippets. Requiring this viewer has the side-effect of requiring all namespaces from Mafs.cljs into the SCI context.

Generate these fragments using the code in the emmy.mafs namespace and sub-namespaces.

To use this viewer, first install the mafs npm package:

npm install mafs@0.17.0

Then install the viewer:

(emmy.portal/install! "emmy/portal/mafs.cljs")

The viewer is automatically installed by the functions in emmy.portal.

Portal viewer for rendering Mafs.cljs reagent snippets. Requiring this viewer
has the side-effect of requiring all namespaces
from [Mafs.cljs](https://github.com/mentat-collective/Mafs.cljs) into the SCI
context.

Generate these fragments using the code in the [[emmy.mafs]] namespace and
sub-namespaces.

To use this viewer, first install the `mafs` npm package:

```bash
npm install mafs@0.17.0
```

Then install the viewer:

```clojure
(emmy.portal/install! "emmy/portal/mafs.cljs")
```

The viewer is automatically installed by the functions in [[emmy.portal]].
raw docstring

show-mafscljs

(show-mafs _)
source

viewer-namecljs

source

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

× close