Liking cljdoc? Tell your friends :D

reacl2.dom

clj

Supporting macros for Reacl's DOM library .

Supporting macros for Reacl's DOM library   .
cljs

Convenience API for constructing virtual DOM.

This has ClojureScript wrappers for the various HTML elements.

These all expect attributes as a ClojureScript map.

Moreover, sub-element sequences need to be ClojureScript sequences of objects constructed using `keyed-dom'.

Moreover, the `letdom' form constructing virtual DOM elements for easy reference in an event handler.

Convenience API for constructing virtual DOM.

This has ClojureScript wrappers for the various HTML elements.

These all expect attributes as a ClojureScript map.

Moreover, sub-element sequences need to be ClojureScript sequences of
objects constructed using `keyed-dom'.

Moreover, the `letdom' form constructing virtual DOM elements for
easy reference in an event handler.
raw docstring

acljs

(a & children)
(a attrs & children)

Returns a dom element corresponding to a a tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `a` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

abbrcljs

(abbr & children)
(abbr attrs & children)

Returns a dom element corresponding to a abbr tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `abbr` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

addresscljs

(address & children)
(address attrs & children)

Returns a dom element corresponding to a address tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `address` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

animatecljs

(animate & children)
(animate attrs & children)

Returns a dom element corresponding to a animate tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `animate` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

animateColorcljs

(animateColor & children)
(animateColor attrs & children)

Returns a dom element corresponding to a animateColor tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `animateColor` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

animateMotioncljs

(animateMotion & children)
(animateMotion attrs & children)

Returns a dom element corresponding to a animateMotion tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `animateMotion` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

animateTransformcljs

(animateTransform & children)
(animateTransform attrs & children)

Returns a dom element corresponding to a animateTransform tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `animateTransform` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

areacljs

(area & children)
(area attrs & children)

Returns a dom element corresponding to a area tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `area` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

articlecljs

(article & children)
(article attrs & children)

Returns a dom element corresponding to a article tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `article` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

asidecljs

(aside & children)
(aside attrs & children)

Returns a dom element corresponding to a aside tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `aside` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

attributes?cljs

(attributes? v)

Returns true if v will be treated as an attribute map in the first optional argument to the DOM-construction functions.

Returns true if `v` will be treated as an attribute map in the
first optional argument to the DOM-construction functions.
sourceraw docstring

audiocljs

(audio & children)
(audio attrs & children)

Returns a dom element corresponding to a audio tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `audio` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

bcljs

(b & children)
(b attrs & children)

Returns a dom element corresponding to a b tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `b` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

basecljs

(base & children)
(base attrs & children)

Returns a dom element corresponding to a base tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `base` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

bdicljs

(bdi & children)
(bdi attrs & children)

Returns a dom element corresponding to a bdi tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `bdi` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

bdocljs

(bdo & children)
(bdo attrs & children)

Returns a dom element corresponding to a bdo tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `bdo` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

bigcljs

(big & children)
(big attrs & children)

Returns a dom element corresponding to a big tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `big` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

blockquotecljs

(blockquote & children)
(blockquote attrs & children)

Returns a dom element corresponding to a blockquote tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `blockquote` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

bodycljs

(body & children)
(body attrs & children)

Returns a dom element corresponding to a body tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `body` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

brcljs

(br & children)
(br attrs & children)

Returns a dom element corresponding to a br tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `br` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

buttoncljs

(button & children)
(button attrs & children)

Returns a dom element corresponding to a button tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `button` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

canvascljs

(canvas & children)
(canvas attrs & children)

Returns a dom element corresponding to a canvas tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `canvas` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

captioncljs

(caption & children)
(caption attrs & children)

Returns a dom element corresponding to a caption tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `caption` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

circlecljs

(circle & children)
(circle attrs & children)

Returns a dom element corresponding to a circle tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `circle` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

citecljs

(cite & children)
(cite attrs & children)

Returns a dom element corresponding to a cite tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `cite` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

clipPathcljs

(clipPath & children)
(clipPath attrs & children)

Returns a dom element corresponding to a clipPath tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `clipPath` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

codecljs

(code & children)
(code attrs & children)

Returns a dom element corresponding to a code tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `code` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

colcljs

(col & children)
(col attrs & children)

Returns a dom element corresponding to a col tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `col` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

colgroupcljs

(colgroup & children)
(colgroup attrs & children)

Returns a dom element corresponding to a colgroup tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `colgroup` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

cursorcljs

(cursor & children)
(cursor attrs & children)

Returns a dom element corresponding to a cursor tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `cursor` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

datacljs

(data & children)
(data attrs & children)

Returns a dom element corresponding to a data tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `data` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

datalistcljs

(datalist & children)
(datalist attrs & children)

Returns a dom element corresponding to a datalist tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `datalist` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

ddcljs

(dd & children)
(dd attrs & children)

Returns a dom element corresponding to a dd tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `dd` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

defscljs

(defs & children)
(defs attrs & children)

Returns a dom element corresponding to a defs tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `defs` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

delcljs

(del & children)
(del attrs & children)

Returns a dom element corresponding to a del tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `del` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

desccljs

(desc & children)
(desc attrs & children)

Returns a dom element corresponding to a desc tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `desc` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

detailscljs

(details & children)
(details attrs & children)

Returns a dom element corresponding to a details tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `details` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

dfncljs

(dfn & children)
(dfn attrs & children)

Returns a dom element corresponding to a dfn tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `dfn` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

divcljs

(div & children)
(div attrs & children)

Returns a dom element corresponding to a div tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `div` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

dlcljs

(dl & children)
(dl attrs & children)

Returns a dom element corresponding to a dl tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `dl` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

dom-nodecljs

(dom-node this binding)

Get the real DOM node associated with a binding.

Needs the component object.

Get the real DOM node associated with a binding.

Needs the component object.
sourceraw docstring

dtcljs

(dt & children)
(dt attrs & children)

Returns a dom element corresponding to a dt tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `dt` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

elementcljs

(element type & children)
(element type attrs & children)

Generic function to create virtual dom elements. (element "div" ...) is the same as (div ...).

Generic function to create virtual dom elements. `(element "div" ...)` is the same as `(div ...)`.
sourceraw docstring

ellipsecljs

(ellipse & children)
(ellipse attrs & children)

Returns a dom element corresponding to a ellipse tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `ellipse` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

emcljs

(em & children)
(em attrs & children)

Returns a dom element corresponding to a em tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `em` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

embedcljs

(embed & children)
(embed attrs & children)

Returns a dom element corresponding to a embed tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `embed` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feBlendcljs

(feBlend & children)
(feBlend attrs & children)

Returns a dom element corresponding to a feBlend tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feBlend` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feColorMatrixcljs

(feColorMatrix & children)
(feColorMatrix attrs & children)

Returns a dom element corresponding to a feColorMatrix tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feColorMatrix` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feComponentTransfercljs

(feComponentTransfer & children)
(feComponentTransfer attrs & children)

Returns a dom element corresponding to a feComponentTransfer tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feComponentTransfer` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feCompositecljs

(feComposite & children)
(feComposite attrs & children)

Returns a dom element corresponding to a feComposite tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feComposite` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feConvolveMatrixcljs

(feConvolveMatrix & children)
(feConvolveMatrix attrs & children)

Returns a dom element corresponding to a feConvolveMatrix tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feConvolveMatrix` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feDiffuseLightingcljs

(feDiffuseLighting & children)
(feDiffuseLighting attrs & children)

Returns a dom element corresponding to a feDiffuseLighting tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feDiffuseLighting` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feDisplacementMapcljs

(feDisplacementMap & children)
(feDisplacementMap attrs & children)

Returns a dom element corresponding to a feDisplacementMap tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feDisplacementMap` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feDistantLightcljs

(feDistantLight & children)
(feDistantLight attrs & children)

Returns a dom element corresponding to a feDistantLight tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feDistantLight` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feFloodcljs

(feFlood & children)
(feFlood attrs & children)

Returns a dom element corresponding to a feFlood tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feFlood` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feFuncAcljs

(feFuncA & children)
(feFuncA attrs & children)

Returns a dom element corresponding to a feFuncA tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feFuncA` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feFuncBcljs

(feFuncB & children)
(feFuncB attrs & children)

Returns a dom element corresponding to a feFuncB tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feFuncB` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feFuncGcljs

(feFuncG & children)
(feFuncG attrs & children)

Returns a dom element corresponding to a feFuncG tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feFuncG` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feFuncRcljs

(feFuncR & children)
(feFuncR attrs & children)

Returns a dom element corresponding to a feFuncR tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feFuncR` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feGaussianBlurcljs

(feGaussianBlur & children)
(feGaussianBlur attrs & children)

Returns a dom element corresponding to a feGaussianBlur tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feGaussianBlur` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feImagecljs

(feImage & children)
(feImage attrs & children)

Returns a dom element corresponding to a feImage tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feImage` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feMergecljs

(feMerge & children)
(feMerge attrs & children)

Returns a dom element corresponding to a feMerge tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feMerge` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feMergeNodecljs

(feMergeNode & children)
(feMergeNode attrs & children)

Returns a dom element corresponding to a feMergeNode tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feMergeNode` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feMorphologycljs

(feMorphology & children)
(feMorphology attrs & children)

Returns a dom element corresponding to a feMorphology tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feMorphology` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feOffsetcljs

(feOffset & children)
(feOffset attrs & children)

Returns a dom element corresponding to a feOffset tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feOffset` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

fePointLightcljs

(fePointLight & children)
(fePointLight attrs & children)

Returns a dom element corresponding to a fePointLight tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `fePointLight` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feSpecularLightingcljs

(feSpecularLighting & children)
(feSpecularLighting attrs & children)

Returns a dom element corresponding to a feSpecularLighting tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feSpecularLighting` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feSpotLightcljs

(feSpotLight & children)
(feSpotLight attrs & children)

Returns a dom element corresponding to a feSpotLight tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feSpotLight` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feTilecljs

(feTile & children)
(feTile attrs & children)

Returns a dom element corresponding to a feTile tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feTile` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

feTurbulencecljs

(feTurbulence & children)
(feTurbulence attrs & children)

Returns a dom element corresponding to a feTurbulence tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `feTurbulence` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

fieldsetcljs

(fieldset & children)
(fieldset attrs & children)

Returns a dom element corresponding to a fieldset tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `fieldset` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

figcaptioncljs

(figcaption & children)
(figcaption attrs & children)

Returns a dom element corresponding to a figcaption tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `figcaption` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

figurecljs

(figure & children)
(figure attrs & children)

Returns a dom element corresponding to a figure tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `figure` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

fontcljs

(font & children)
(font attrs & children)

Returns a dom element corresponding to a font tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `font` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(footer & children)
(footer attrs & children)

Returns a dom element corresponding to a footer tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `footer` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

formcljs

(form & children)
(form attrs & children)

Returns a dom element corresponding to a form tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `form` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

fragmentcljs

(fragment & children)

Empty container element, see https://reactjs.org/docs/fragments.html

Empty container element, see
https://reactjs.org/docs/fragments.html
sourceraw docstring

gcljs

(g & children)
(g attrs & children)

Returns a dom element corresponding to a g tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `g` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

h1cljs

(h1 & children)
(h1 attrs & children)

Returns a dom element corresponding to a h1 tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `h1` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

h2cljs

(h2 & children)
(h2 attrs & children)

Returns a dom element corresponding to a h2 tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `h2` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

h3cljs

(h3 & children)
(h3 attrs & children)

Returns a dom element corresponding to a h3 tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `h3` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

h4cljs

(h4 & children)
(h4 attrs & children)

Returns a dom element corresponding to a h4 tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `h4` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

h5cljs

(h5 & children)
(h5 attrs & children)

Returns a dom element corresponding to a h5 tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `h5` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

h6cljs

(h6 & children)
(h6 attrs & children)

Returns a dom element corresponding to a h6 tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `h6` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(head & children)
(head attrs & children)

Returns a dom element corresponding to a head tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `head` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(header & children)
(header attrs & children)

Returns a dom element corresponding to a header tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `header` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

hrcljs

(hr & children)
(hr attrs & children)

Returns a dom element corresponding to a hr tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `hr` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

htmlcljs

(html & children)
(html attrs & children)

Returns a dom element corresponding to a html tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `html` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

icljs

(i & children)
(i attrs & children)

Returns a dom element corresponding to a i tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `i` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

iframecljs

(iframe & children)
(iframe attrs & children)

Returns a dom element corresponding to a iframe tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `iframe` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

imagecljs

(image & children)
(image attrs & children)

Returns a dom element corresponding to a image tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `image` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

imgcljs

(img & children)
(img attrs & children)

Returns a dom element corresponding to a img tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `img` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

inputcljs

(input & children)
(input attrs & children)

Returns a dom element corresponding to a input tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `input` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

inscljs

(ins & children)
(ins attrs & children)

Returns a dom element corresponding to a ins tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `ins` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

kbdcljs

(kbd & children)
(kbd attrs & children)

Returns a dom element corresponding to a kbd tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `kbd` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

keyedcljs

(keyed key dom)

Associate a key with a virtual DOM node.

Associate a key with a virtual DOM node.
sourceraw docstring

keygencljs

(keygen & children)
(keygen attrs & children)

Returns a dom element corresponding to a keygen tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `keygen` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

labelcljs

(label & children)
(label attrs & children)

Returns a dom element corresponding to a label tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `label` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

legendcljs

(legend & children)
(legend attrs & children)

Returns a dom element corresponding to a legend tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `legend` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

letdomclj/smacro

(letdom clauses body0 & bodies)

Bind DOM nodes to names for use in event handlers.

This should be used together with [[reacl.core/class]] or [[reacl.core/defclass]].

Its syntax is like let, but all right-hand sides must evaluate to virtual DOM nodes - typically input elements.

The objects can be used with the dom-node function, which returns the corresponding real DOM node.

Example:

(reacl.core/defclass search-bar
  app-state [filter-text in-stock-only on-user-input]
  render
  (fn [& {:keys [dom-node]}]
    (dom/letdom
     [textbox (dom/input
               {:type "text"
                :placeholder "Search..."
                :value filter-text
                :onChange (fn [e]
                            (on-user-input
                             (.-value (dom-node textbox))
                             (.-checked (dom-node checkbox))))})
      checkbox (dom/input
                {:type "checkbox"
                 :value in-stock-only
                 :onChange (fn [e]
                             (on-user-input
                              (.-value (dom-node textbox))
                              (.-checked (dom-node checkbox))))})]
     (dom/form
      textbox
      (dom/p
       checkbox
       "Only show products in stock")))))

Note that the resulting DOM-node objects need to be used together with the other DOM wrappers in reacl2.dom.

Bind DOM nodes to names for use in event handlers.

This should be used together with [[reacl.core/class]] or [[reacl.core/defclass]].

Its syntax is like `let`, but all right-hand sides must evaluate to
virtual DOM nodes - typically input elements.

The objects can be used with the [[dom-node]] function,
which returns the corresponding real DOM node.

Example:

    (reacl.core/defclass search-bar
      app-state [filter-text in-stock-only on-user-input]
      render
      (fn [& {:keys [dom-node]}]
        (dom/letdom
         [textbox (dom/input
                   {:type "text"
                    :placeholder "Search..."
                    :value filter-text
                    :onChange (fn [e]
                                (on-user-input
                                 (.-value (dom-node textbox))
                                 (.-checked (dom-node checkbox))))})
          checkbox (dom/input
                    {:type "checkbox"
                     :value in-stock-only
                     :onChange (fn [e]
                                 (on-user-input
                                  (.-value (dom-node textbox))
                                  (.-checked (dom-node checkbox))))})]
         (dom/form
          textbox
          (dom/p
           checkbox
           "Only show products in stock")))))

Note that the resulting DOM-node objects need to be used together
with the other DOM wrappers in `reacl2.dom`.
sourceraw docstring

licljs

(li & children)
(li attrs & children)

Returns a dom element corresponding to a li tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `li` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

linecljs

(line & children)
(line attrs & children)

Returns a dom element corresponding to a line tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `line` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

linearGradientcljs

(linearGradient & children)
(linearGradient attrs & children)

Returns a dom element corresponding to a linearGradient tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `linearGradient` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(link & children)
(link attrs & children)

Returns a dom element corresponding to a link tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `link` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

maincljs

(main & children)
(main attrs & children)

Returns a dom element corresponding to a main tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `main` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

mapcljs

(map & children)
(map attrs & children)

Returns a dom element corresponding to a map tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `map` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

markcljs

(mark & children)
(mark attrs & children)

Returns a dom element corresponding to a mark tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `mark` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

markercljs

(marker & children)
(marker attrs & children)

Returns a dom element corresponding to a marker tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `marker` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

maskcljs

(mask & children)
(mask attrs & children)

Returns a dom element corresponding to a mask tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `mask` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(menu & children)
(menu attrs & children)

Returns a dom element corresponding to a menu tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `menu` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(menuitem & children)
(menuitem attrs & children)

Returns a dom element corresponding to a menuitem tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `menuitem` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

metacljs

(meta & children)
(meta attrs & children)

Returns a dom element corresponding to a meta tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `meta` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

metadatacljs

(metadata & children)
(metadata attrs & children)

Returns a dom element corresponding to a metadata tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `metadata` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

metercljs

(meter & children)
(meter attrs & children)

Returns a dom element corresponding to a meter tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `meter` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

mpathcljs

(mpath & children)
(mpath attrs & children)

Returns a dom element corresponding to a mpath tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `mpath` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

(nav & children)
(nav attrs & children)

Returns a dom element corresponding to a nav tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `nav` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

noscriptcljs

(noscript & children)
(noscript attrs & children)

Returns a dom element corresponding to a noscript tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `noscript` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

objectcljs

(object & children)
(object attrs & children)

Returns a dom element corresponding to a object tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `object` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

olcljs

(ol & children)
(ol attrs & children)

Returns a dom element corresponding to a ol tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `ol` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

optgroupcljs

(optgroup & children)
(optgroup attrs & children)

Returns a dom element corresponding to a optgroup tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `optgroup` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

optioncljs

(option & children)
(option attrs & children)

Returns a dom element corresponding to a option tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `option` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

outputcljs

(output & children)
(output attrs & children)

Returns a dom element corresponding to a output tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `output` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

pcljs

(p & children)
(p attrs & children)

Returns a dom element corresponding to a p tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `p` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

paramcljs

(param & children)
(param attrs & children)

Returns a dom element corresponding to a param tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `param` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

pathcljs

(path & children)
(path attrs & children)

Returns a dom element corresponding to a path tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `path` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

patterncljs

(pattern & children)
(pattern attrs & children)

Returns a dom element corresponding to a pattern tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `pattern` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

polygoncljs

(polygon & children)
(polygon attrs & children)

Returns a dom element corresponding to a polygon tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `polygon` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

polylinecljs

(polyline & children)
(polyline attrs & children)

Returns a dom element corresponding to a polyline tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `polyline` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

precljs

(pre & children)
(pre attrs & children)

Returns a dom element corresponding to a pre tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `pre` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

progresscljs

(progress & children)
(progress attrs & children)

Returns a dom element corresponding to a progress tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `progress` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

qcljs

(q & children)
(q attrs & children)

Returns a dom element corresponding to a q tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `q` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

radialGradientcljs

(radialGradient & children)
(radialGradient attrs & children)

Returns a dom element corresponding to a radialGradient tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `radialGradient` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

rectcljs

(rect & children)
(rect attrs & children)

Returns a dom element corresponding to a rect tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `rect` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

rpcljs

(rp & children)
(rp attrs & children)

Returns a dom element corresponding to a rp tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `rp` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

rtcljs

(rt & children)
(rt attrs & children)

Returns a dom element corresponding to a rt tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `rt` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

rubycljs

(ruby & children)
(ruby attrs & children)

Returns a dom element corresponding to a ruby tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `ruby` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

scljs

(s & children)
(s attrs & children)

Returns a dom element corresponding to a s tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `s` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

sampcljs

(samp & children)
(samp attrs & children)

Returns a dom element corresponding to a samp tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `samp` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

scriptcljs

(script & children)
(script attrs & children)

Returns a dom element corresponding to a script tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `script` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

sectioncljs

(section & children)
(section attrs & children)

Returns a dom element corresponding to a section tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `section` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

selectcljs

(select & children)
(select attrs & children)

Returns a dom element corresponding to a select tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `select` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

setcljs

(set & children)
(set attrs & children)

Returns a dom element corresponding to a set tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `set` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

smallcljs

(small & children)
(small attrs & children)

Returns a dom element corresponding to a small tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `small` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

sourcecljs

(source & children)
(source attrs & children)

Returns a dom element corresponding to a source tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `source` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

spancljs

(span & children)
(span attrs & children)

Returns a dom element corresponding to a span tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `span` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

stopcljs

(stop & children)
(stop attrs & children)

Returns a dom element corresponding to a stop tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `stop` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

strictcljs

(strict c)
source

strongcljs

(strong & children)
(strong attrs & children)

Returns a dom element corresponding to a strong tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `strong` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

stylecljs

(style & children)
(style attrs & children)

Returns a dom element corresponding to a style tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `style` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

subcljs

(sub & children)
(sub attrs & children)

Returns a dom element corresponding to a sub tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `sub` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

summarycljs

(summary & children)
(summary attrs & children)

Returns a dom element corresponding to a summary tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `summary` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

supcljs

(sup & children)
(sup attrs & children)

Returns a dom element corresponding to a sup tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `sup` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

svgcljs

(svg & children)
(svg attrs & children)

Returns a dom element corresponding to a svg tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `svg` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

switchcljs

(switch & children)
(switch attrs & children)

Returns a dom element corresponding to a switch tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `switch` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

symbolcljs

(symbol & children)
(symbol attrs & children)

Returns a dom element corresponding to a symbol tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `symbol` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

tablecljs

(table & children)
(table attrs & children)

Returns a dom element corresponding to a table tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `table` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

tbodycljs

(tbody & children)
(tbody attrs & children)

Returns a dom element corresponding to a tbody tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `tbody` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

tdcljs

(td & children)
(td attrs & children)

Returns a dom element corresponding to a td tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `td` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

textcljs

(text & children)
(text attrs & children)

Returns a dom element corresponding to a text tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `text` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

textareacljs

(textarea & children)
(textarea attrs & children)

Returns a dom element corresponding to a textarea tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `textarea` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

textPathcljs

(textPath & children)
(textPath attrs & children)

Returns a dom element corresponding to a textPath tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `textPath` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

tfootcljs

(tfoot & children)
(tfoot attrs & children)

Returns a dom element corresponding to a tfoot tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `tfoot` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

thcljs

(th & children)
(th attrs & children)

Returns a dom element corresponding to a th tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `th` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

theadcljs

(thead & children)
(thead attrs & children)

Returns a dom element corresponding to a thead tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `thead` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

timecljs

(time & children)
(time attrs & children)

Returns a dom element corresponding to a time tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `time` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

titlecljs

(title & children)
(title attrs & children)

Returns a dom element corresponding to a title tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `title` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

trcljs

(tr & children)
(tr attrs & children)

Returns a dom element corresponding to a tr tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `tr` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

trackcljs

(track & children)
(track attrs & children)

Returns a dom element corresponding to a track tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `track` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

tspancljs

(tspan & children)
(tspan attrs & children)

Returns a dom element corresponding to a tspan tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `tspan` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

ucljs

(u & children)
(u attrs & children)

Returns a dom element corresponding to a u tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `u` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

ulcljs

(ul & children)
(ul attrs & children)

Returns a dom element corresponding to a ul tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `ul` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

usecljs

(use & children)
(use attrs & children)

Returns a dom element corresponding to a use tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `use` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

varcljs

(var & children)
(var attrs & children)

Returns a dom element corresponding to a var tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `var` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

videocljs

(video & children)
(video attrs & children)

Returns a dom element corresponding to a video tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `video` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

viewcljs

(view & children)
(view attrs & children)

Returns a dom element corresponding to a view tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `view` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

wbrcljs

(wbr & children)
(wbr attrs & children)

Returns a dom element corresponding to a wbr tag. The attrs argument is an optional map of attributes. The remaining children arguments must be other elements or strings.

Returns a dom element corresponding to a `wbr` tag. The `attrs` argument is an optional map of attributes. The remaining `children` arguments must be other elements or strings.
sourceraw docstring

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

× close