Server-side rendering functions for the components declared in the
mathlive.core
namespace of the MathLive.cljs
project.
Server-side rendering functions for the components declared in the [`mathlive.core`](https://cljdoc.org/d/org.mentat/mathlive.cljs/CURRENT/api/mathlive.core) namespace of the [`MathLive.cljs` project](https://mathlive.mentat.org).
(mathfield)
(mathfield opts)
Given a map of options opts
, returns a Reagent fragment that mounts an
instance of the MathLive equation editor.
NOTE: Following React's convention, :on-change
binds a listener to to the
input
event. See https://reactjs.org/docs/dom-elements.html#onchange
Given a map of options `opts`, returns a Reagent fragment that mounts an instance of the [MathLive](https://github.com/arnog/mathlive) equation editor. NOTE: Following React's convention, `:on-change` binds a listener to to the `input` event. See https://reactjs.org/docs/dom-elements.html#onchange
Place this fragment in a Clerk notebook to set the default styles
for mathfield
instances in the notebook.
Place this fragment in a Clerk notebook to set the default styles for [[mathfield]] instances in the notebook.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close