(maybe-function-element tag v compiler)
If given tag is a Class, use it as a class, else wrap in Reagent function wrapper.
If given tag is a Class, use it as a class, else wrap in Reagent function wrapper.
Regular expression that parses a CSS-style id and class from a tag name.
Regular expression that parses a CSS-style id and class from a tag name.
(set-id-class props id-class)
Takes the id and class from tag keyword, and adds them to the other props. Parsed tag is JS object with :id and :class properties.
Takes the id and class from tag keyword, and adds them to the other props. Parsed tag is JS object with :id and :class properties.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close