Server-side rendering functions for the components declared in the
jsxgraph.core
namespace of the JSXGraph.cljs
project.
Server-side rendering functions for the components declared in the [`jsxgraph.core`](https://cljdoc.org/d/org.mentat/jsxgraph.cljs/CURRENT/api/jsxgraph.core) namespace of the [`JSXGraph.cljs` project](https://leva.mentat.org).
(angle opts)
Fragment that represents a Reagent component representing
the Angle JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Angle](https://jsxgraph.org/docs/symbols/Angle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Angle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(arc opts)
Fragment that represents a Reagent component representing
the Arc JSXGraph element. This
component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Arc](https://jsxgraph.org/docs/symbols/Arc.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Arc.html), the map must contain an entry `:parents` with value containing the element's required parents.
(arrow opts)
Fragment that represents a Reagent component representing
the Arrow JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Arrow](https://jsxgraph.org/docs/symbols/Arrow.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Arrow.html), the map must contain an entry `:parents` with value containing the element's required parents.
(arrow-parallel opts)
Fragment that represents a Reagent component representing
the ArrowParallel
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [ArrowParallel](https://jsxgraph.org/docs/symbols/ArrowParallel.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/ArrowParallel.html), the map must contain an entry `:parents` with value containing the element's required parents.
(axis opts)
Fragment that represents a Reagent component representing
the Axis JSXGraph element. This
component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Axis](https://jsxgraph.org/docs/symbols/Axis.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Axis.html), the map must contain an entry `:parents` with value containing the element's required parents.
(bisector opts)
Fragment that represents a Reagent component representing
the Bisector JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Bisector](https://jsxgraph.org/docs/symbols/Bisector.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Bisector.html), the map must contain an entry `:parents` with value containing the element's required parents.
(bisector-lines opts)
Fragment that represents a Reagent component representing
the Bisectorlines
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [Bisectorlines](https://jsxgraph.org/docs/symbols/Bisectorlines.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Bisectorlines.html), the map must contain an entry `:parents` with value containing the element's required parents.
(boxplot opts)
Fragment that represents a Reagent component representing
the Boxplot JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Boxplot](https://jsxgraph.org/docs/symbols/Boxplot.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Boxplot.html), the map must contain an entry `:parents` with value containing the element's required parents.
(button opts)
Fragment that represents a Reagent component representing
the Button JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Button](https://jsxgraph.org/docs/symbols/Button.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Button.html), the map must contain an entry `:parents` with value containing the element's required parents.
(cardinal-spline opts)
Fragment that represents a Reagent component representing
the CardinalSpline
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [CardinalSpline](https://jsxgraph.org/docs/symbols/CardinalSpline.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/CardinalSpline.html), the map must contain an entry `:parents` with value containing the element's required parents.
(chart opts)
Fragment that represents a Reagent component representing
the Chart JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Chart](https://jsxgraph.org/docs/symbols/Chart.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Chart.html), the map must contain an entry `:parents` with value containing the element's required parents.
(checkbox opts)
Fragment that represents a Reagent component representing
the Checkbox JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Checkbox](https://jsxgraph.org/docs/symbols/Checkbox.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Checkbox.html), the map must contain an entry `:parents` with value containing the element's required parents.
(circle opts)
Fragment that represents a Reagent component representing
the Circle JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional attributes specified in the API docs, the map must contain an
Fragment that represents a Reagent component representing the [Circle](https://jsxgraph.org/docs/symbols/Circle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Circle.html), the map must contain an
(circumcenter opts)
Fragment that represents a Reagent component representing
the Circumcenter
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [Circumcenter](https://jsxgraph.org/docs/symbols/Circumcenter.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Circumcenter.html), the map must contain an entry `:parents` with value containing the element's required parents.
(circumcircle opts)
Fragment that represents a Reagent component representing
the Circumcircle
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [Circumcircle](https://jsxgraph.org/docs/symbols/Circumcircle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Circumcircle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(circumcircle-arc opts)
Fragment that represents a Reagent component representing
the CircumcircleArc
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [CircumcircleArc](https://jsxgraph.org/docs/symbols/CircumcircleArc.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/CircumcircleArc.html), the map must contain an entry `:parents` with value containing the element's required parents.
(circumcircle-sector opts)
Fragment that represents a Reagent component representing
the CircumcircleSector
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [CircumcircleSector](https://jsxgraph.org/docs/symbols/CircumcircleSector.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/CircumcircleSector.html), the map must contain an entry `:parents` with value containing the element's required parents.
(comb opts)
Fragment that represents a Reagent component representing
the Comb JSXGraph element. This
component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Comb](https://jsxgraph.org/docs/symbols/Comb.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Comb.html), the map must contain an entry `:parents` with value containing the element's required parents.
(conic opts)
Fragment that represents a Reagent component representing
the Conic JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Conic](https://jsxgraph.org/docs/symbols/Conic.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Conic.html), the map must contain an entry `:parents` with value containing the element's required parents.
(curve opts)
Fragment that represents a Reagent component representing
the Curve JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Curve](https://jsxgraph.org/docs/symbols/Curve.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Curve.html), the map must contain an entry `:parents` with value containing the element's required parents.
(curve-difference opts)
Fragment that represents a Reagent component representing
the CurveDifference
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [CurveDifference](https://jsxgraph.org/docs/symbols/CurveDifference.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/CurveDifference.html), the map must contain an entry `:parents` with value containing the element's required parents.
(curve-intersection opts)
Fragment that represents a Reagent component representing
the CurveIntersection
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [CurveIntersection](https://jsxgraph.org/docs/symbols/CurveIntersection.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/CurveIntersection.html), the map must contain an entry `:parents` with value containing the element's required parents.
(curve-union opts)
Fragment that represents a Reagent component representing
the CurveUnion JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [CurveUnion](https://jsxgraph.org/docs/symbols/CurveUnion.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/CurveUnion.html), the map must contain an entry `:parents` with value containing the element's required parents.
(derivative opts)
Fragment that represents a Reagent component representing
the Derivative JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Derivative](https://jsxgraph.org/docs/symbols/Derivative.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Derivative.html), the map must contain an entry `:parents` with value containing the element's required parents.
(ellipse opts)
Fragment that represents a Reagent component representing
the Ellipse JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Ellipse](https://jsxgraph.org/docs/symbols/Ellipse.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Ellipse.html), the map must contain an entry `:parents` with value containing the element's required parents.
(foreign-object opts)
Fragment that represents a Reagent component representing
the ForeignObject
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [ForeignObject](https://jsxgraph.org/docs/symbols/ForeignObject.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/ForeignObject.html), the map must contain an entry `:parents` with value containing the element's required parents.
(function-graph opts)
Fragment that represents a Reagent component representing
the FunctionGraph
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [FunctionGraph](https://jsxgraph.org/docs/symbols/FunctionGraph.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/FunctionGraph.html), the map must contain an entry `:parents` with value containing the element's required parents.
(glider opts)
Fragment that represents a Reagent component representing
the Glider JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Glider](https://jsxgraph.org/docs/symbols/Glider.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Glider.html), the map must contain an entry `:parents` with value containing the element's required parents.
(grid opts)
Fragment that represents a Reagent component representing
the Grid JSXGraph element. This
component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Grid](https://jsxgraph.org/docs/symbols/Grid.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Grid.html), the map must contain an entry `:parents` with value containing the element's required parents.
(group opts)
Fragment that represents a Reagent component representing
the Group JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Group](https://jsxgraph.org/docs/symbols/Group.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Group.html), the map must contain an entry `:parents` with value containing the element's required parents.
(hatch opts)
Fragment that represents a Reagent component representing
the Hatch JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Hatch](https://jsxgraph.org/docs/symbols/Hatch.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Hatch.html), the map must contain an entry `:parents` with value containing the element's required parents.
(hyperbola opts)
Fragment that represents a Reagent component representing
the Hyperbola JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Hyperbola](https://jsxgraph.org/docs/symbols/Hyperbola.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Hyperbola.html), the map must contain an entry `:parents` with value containing the element's required parents.
(image opts)
Fragment that represents a Reagent component representing
the Image JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Image](https://jsxgraph.org/docs/symbols/Image.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Image.html), the map must contain an entry `:parents` with value containing the element's required parents.
(incenter opts)
Fragment that represents a Reagent component representing
the Incenter JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Incenter](https://jsxgraph.org/docs/symbols/Incenter.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Incenter.html), the map must contain an entry `:parents` with value containing the element's required parents.
(incircle opts)
Fragment that represents a Reagent component representing
the Incircle JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Incircle](https://jsxgraph.org/docs/symbols/Incircle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Incircle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(inequality opts)
Fragment that represents a Reagent component representing
the Inequality JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Inequality](https://jsxgraph.org/docs/symbols/Inequality.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Inequality.html), the map must contain an entry `:parents` with value containing the element's required parents.
(input opts)
Fragment that represents a Reagent component representing
the Input JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Input](https://jsxgraph.org/docs/symbols/Input.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Input.html), the map must contain an entry `:parents` with value containing the element's required parents.
(integral opts)
Fragment that represents a Reagent component representing
the Integral JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Integral](https://jsxgraph.org/docs/symbols/Integral.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Integral.html), the map must contain an entry `:parents` with value containing the element's required parents.
(intersection opts)
Fragment that represents a Reagent component representing
the Intersection
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [Intersection](https://jsxgraph.org/docs/symbols/Intersection.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Intersection.html), the map must contain an entry `:parents` with value containing the element's required parents.
(jsxgraph & children)
Top-level Reagent component used to represent a JSXGraph board. Takes
a keyword => value
map of attributes (see the attributes
section under
Parameters
at this
page) for allowed values
Any number of child components representing JSXGraph
elements.
Child components are added to the board in the order that they're listed. A full re-render is triggered any time any of the properties of the board or any child component changes.
Pass :id
and/or :style
to configure the div
into which the controlled
instance of JXG.Board
mounts itself.
If you need access to the actual instance of
a JXG.Board
, pass a
callback function using the :ref
keyword. The :ref
function receives an
instance of the board when it is mounted, and nil
when the board is
destroyed or remounted.
Top-level Reagent component used to represent a JSXGraph board. Takes - a `keyword => value` map of attributes (see the `attributes` section under `Parameters` at [this page](https://jsxgraph.org/docs/symbols/JXG.JSXGraph.html)) for allowed values - Any number of child components representing `JSXGraph` elements. Child components are added to the board in the order that they're listed. A full re-render is triggered any time any of the properties of the board or any child component changes. Pass `:id` and/or `:style` to configure the `div` into which the controlled instance of `JXG.Board` mounts itself. If you need access to the actual instance of a [`JXG.Board`](https://jsxgraph.org/docs/symbols/JXG.Board.html), pass a callback function using the `:ref` keyword. The `:ref` function receives an instance of the board when it is mounted, and `nil` when the board is destroyed or remounted.
(label opts)
Fragment that represents a Reagent component representing
the Label JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Label](https://jsxgraph.org/docs/symbols/Label.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Label.html), the map must contain an entry `:parents` with value containing the element's required parents.
(legend opts)
Fragment that represents a Reagent component representing
the Legend JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Legend](https://jsxgraph.org/docs/symbols/Legend.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Legend.html), the map must contain an entry `:parents` with value containing the element's required parents.
(line opts)
Fragment that represents a Reagent component representing
the Line JSXGraph element. This
component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Line](https://jsxgraph.org/docs/symbols/Line.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Line.html), the map must contain an entry `:parents` with value containing the element's required parents.
(locus opts)
Fragment that represents a Reagent component representing
the Locus JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Locus](https://jsxgraph.org/docs/symbols/Locus.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Locus.html), the map must contain an entry `:parents` with value containing the element's required parents.
(major-arc opts)
Fragment that represents a Reagent component representing
the MajorArc JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [MajorArc](https://jsxgraph.org/docs/symbols/MajorArc.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MajorArc.html), the map must contain an entry `:parents` with value containing the element's required parents.
(major-sector opts)
Fragment that represents a Reagent component representing
the MajorSector JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [MajorSector](https://jsxgraph.org/docs/symbols/MajorSector.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MajorSector.html), the map must contain an entry `:parents` with value containing the element's required parents.
(metapost-spline opts)
Fragment that represents a Reagent component representing
the MetapostSpline
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [MetapostSpline](https://jsxgraph.org/docs/symbols/MetapostSpline.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MetapostSpline.html), the map must contain an entry `:parents` with value containing the element's required parents.
(midpoint opts)
Fragment that represents a Reagent component representing
the Midpoint JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Midpoint](https://jsxgraph.org/docs/symbols/Midpoint.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Midpoint.html), the map must contain an entry `:parents` with value containing the element's required parents.
(minor-arc opts)
Fragment that represents a Reagent component representing
the MinorArc JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [MinorArc](https://jsxgraph.org/docs/symbols/MinorArc.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MinorArc.html), the map must contain an entry `:parents` with value containing the element's required parents.
(minor-sector opts)
Fragment that represents a Reagent component representing
the MinorSector JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [MinorSector](https://jsxgraph.org/docs/symbols/MinorSector.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MinorSector.html), the map must contain an entry `:parents` with value containing the element's required parents.
(mirror-element opts)
Fragment that represents a Reagent component representing
the MirrorElement
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [MirrorElement](https://jsxgraph.org/docs/symbols/MirrorElement.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MirrorElement.html), the map must contain an entry `:parents` with value containing the element's required parents.
(mirror-point opts)
Fragment that represents a Reagent component representing
the MirrorPoint JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [MirrorPoint](https://jsxgraph.org/docs/symbols/MirrorPoint.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/MirrorPoint.html), the map must contain an entry `:parents` with value containing the element's required parents.
(non-reflex-angle opts)
Fragment that represents a Reagent component representing
the NonReflexAngle
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [NonReflexAngle](https://jsxgraph.org/docs/symbols/NonReflexAngle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/NonReflexAngle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(normal opts)
Fragment that represents a Reagent component representing
the Normal JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Normal](https://jsxgraph.org/docs/symbols/Normal.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Normal.html), the map must contain an entry `:parents` with value containing the element's required parents.
(orthogonal-projection opts)
Fragment that represents a Reagent component representing
the OrthogonalProjection
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map
must contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [OrthogonalProjection](https://jsxgraph.org/docs/symbols/OrthogonalProjection.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/OrthogonalProjection.html), the map must contain an entry `:parents` with value containing the element's required parents.
(other-intersection opts)
Fragment that represents a Reagent component representing
the OtherIntersection
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [OtherIntersection](https://jsxgraph.org/docs/symbols/OtherIntersection.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/OtherIntersection.html), the map must contain an entry `:parents` with value containing the element's required parents.
(parabola opts)
Fragment that represents a Reagent component representing
the Parabola JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Parabola](https://jsxgraph.org/docs/symbols/Parabola.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Parabola.html), the map must contain an entry `:parents` with value containing the element's required parents.
(parallel opts)
Fragment that represents a Reagent component representing
the Parallel JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Parallel](https://jsxgraph.org/docs/symbols/Parallel.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Parallel.html), the map must contain an entry `:parents` with value containing the element's required parents.
(parallel-point opts)
Fragment that represents a Reagent component representing
the ParallelPoint
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [ParallelPoint](https://jsxgraph.org/docs/symbols/ParallelPoint.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/ParallelPoint.html), the map must contain an entry `:parents` with value containing the element's required parents.
(perpendicular opts)
Fragment that represents a Reagent component representing
the Perpendicular
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [Perpendicular](https://jsxgraph.org/docs/symbols/Perpendicular.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Perpendicular.html), the map must contain an entry `:parents` with value containing the element's required parents.
(perpendicular-point opts)
Fragment that represents a Reagent component representing
the PerpendicularPoint
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [PerpendicularPoint](https://jsxgraph.org/docs/symbols/PerpendicularPoint.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/PerpendicularPoint.html), the map must contain an entry `:parents` with value containing the element's required parents.
(perpendicular-segment opts)
Fragment that represents a Reagent component representing
the PerpendicularSegment
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map
must contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [PerpendicularSegment](https://jsxgraph.org/docs/symbols/PerpendicularSegment.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/PerpendicularSegment.html), the map must contain an entry `:parents` with value containing the element's required parents.
(point opts)
Fragment that represents a Reagent component representing
the Point JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Point](https://jsxgraph.org/docs/symbols/Point.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Point.html), the map must contain an entry `:parents` with value containing the element's required parents.
(polar-line opts)
Fragment that represents a Reagent component representing
the PolarLine JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [PolarLine](https://jsxgraph.org/docs/symbols/PolarLine.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/PolarLine.html), the map must contain an entry `:parents` with value containing the element's required parents.
(pole-point opts)
Fragment that represents a Reagent component representing
the PolePoint JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [PolePoint](https://jsxgraph.org/docs/symbols/PolePoint.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/PolePoint.html), the map must contain an entry `:parents` with value containing the element's required parents.
(polygon opts)
Fragment that represents a Reagent component representing
the Polygon JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Polygon](https://jsxgraph.org/docs/symbols/Polygon.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Polygon.html), the map must contain an entry `:parents` with value containing the element's required parents.
(polygonal-chain opts)
Fragment that represents a Reagent component representing
the PolygonalChain
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [PolygonalChain](https://jsxgraph.org/docs/symbols/PolygonalChain.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/PolygonalChain.html), the map must contain an entry `:parents` with value containing the element's required parents.
(radical-axis opts)
Fragment that represents a Reagent component representing
the RadicalAxis JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [RadicalAxis](https://jsxgraph.org/docs/symbols/RadicalAxis.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/RadicalAxis.html), the map must contain an entry `:parents` with value containing the element's required parents.
(reflection opts)
Fragment that represents a Reagent component representing
the Reflection JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Reflection](https://jsxgraph.org/docs/symbols/Reflection.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Reflection.html), the map must contain an entry `:parents` with value containing the element's required parents.
(reflex-angle opts)
Fragment that represents a Reagent component representing
the ReflexAngle JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [ReflexAngle](https://jsxgraph.org/docs/symbols/ReflexAngle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/ReflexAngle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(regular-polygon opts)
Fragment that represents a Reagent component representing
the RegularPolygon
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [RegularPolygon](https://jsxgraph.org/docs/symbols/RegularPolygon.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/RegularPolygon.html), the map must contain an entry `:parents` with value containing the element's required parents.
(riemann-sum opts)
Fragment that represents a Reagent component representing
the RiemannSum JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [RiemannSum](https://jsxgraph.org/docs/symbols/RiemannSum.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/RiemannSum.html), the map must contain an entry `:parents` with value containing the element's required parents.
(sector opts)
Fragment that represents a Reagent component representing
the Sector JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Sector](https://jsxgraph.org/docs/symbols/Sector.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Sector.html), the map must contain an entry `:parents` with value containing the element's required parents.
(segment opts)
Fragment that represents a Reagent component representing
the Segment JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Segment](https://jsxgraph.org/docs/symbols/Segment.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Segment.html), the map must contain an entry `:parents` with value containing the element's required parents.
(semicircle opts)
Fragment that represents a Reagent component representing
the Semicircle JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Semicircle](https://jsxgraph.org/docs/symbols/Semicircle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Semicircle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(slider opts)
Fragment that represents a Reagent component representing
the Slider JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Slider](https://jsxgraph.org/docs/symbols/Slider.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Slider.html), the map must contain an entry `:parents` with value containing the element's required parents.
(slope-triangle opts)
Fragment that represents a Reagent component representing
the SlopeTriangle
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [SlopeTriangle](https://jsxgraph.org/docs/symbols/SlopeTriangle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/SlopeTriangle.html), the map must contain an entry `:parents` with value containing the element's required parents.
(spline opts)
Fragment that represents a Reagent component representing
the Spline JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Spline](https://jsxgraph.org/docs/symbols/Spline.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Spline.html), the map must contain an entry `:parents` with value containing the element's required parents.
(step-function opts)
Fragment that represents a Reagent component representing
the StepFunction
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [StepFunction](https://jsxgraph.org/docs/symbols/StepFunction.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/StepFunction.html), the map must contain an entry `:parents` with value containing the element's required parents.
(tangent opts)
Fragment that represents a Reagent component representing
the Tangent JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Tangent](https://jsxgraph.org/docs/symbols/Tangent.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Tangent.html), the map must contain an entry `:parents` with value containing the element's required parents.
(tape-measure opts)
Fragment that represents a Reagent component representing
the TapeMeasure JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [TapeMeasure](https://jsxgraph.org/docs/symbols/TapeMeasure.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/TapeMeasure.html), the map must contain an entry `:parents` with value containing the element's required parents.
(text opts)
Fragment that represents a Reagent component representing
the Text JSXGraph element. This
component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Text](https://jsxgraph.org/docs/symbols/Text.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Text.html), the map must contain an entry `:parents` with value containing the element's required parents.
(ticks opts)
Fragment that represents a Reagent component representing
the Ticks JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Ticks](https://jsxgraph.org/docs/symbols/Ticks.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Ticks.html), the map must contain an entry `:parents` with value containing the element's required parents.
(trace-curve opts)
Fragment that represents a Reagent component representing
the TraceCurve JSXGraph
element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain
an entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [TraceCurve](https://jsxgraph.org/docs/symbols/TraceCurve.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/TraceCurve.html), the map must contain an entry `:parents` with value containing the element's required parents.
(transformation opts)
Fragment that represents a Reagent component representing
the Transformation
JSXGraph element. This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must
contain an entry :parents
with value containing the element's required
parents.
Fragment that represents a Reagent component representing the [Transformation](https://jsxgraph.org/docs/symbols/Transformation.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Transformation.html), the map must contain an entry `:parents` with value containing the element's required parents.
(turtle opts)
Fragment that represents a Reagent component representing
the Turtle JSXGraph element.
This component must appear as a child of a jsxgraph
component.
The element takes a single map of attributes. In addition to the optional
attributes specified in the API
docs, the map must contain an
entry :parents
with value containing the element's required parents.
Fragment that represents a Reagent component representing the [Turtle](https://jsxgraph.org/docs/symbols/Turtle.html) JSXGraph element. This component must appear as a child of a [[jsxgraph]] component. The element takes a single map of attributes. In addition to the optional attributes specified in the [API docs](https://jsxgraph.org/docs/symbols/Turtle.html), the map must contain an entry `:parents` with value containing the element's required parents.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close