pub fn DomStringContMath<V: IntoView + 'static, R: FnOnce() -> V + 'static, F: Fn(&Element) -> Option<R> + 'static + Send + Clone>(
props: DomStringContMathProps<V, R, F>,
) -> impl IntoViewExpand description
Like DomStringCont, but using <mrow> instead of <span> initially, in case we are
in MathML (otherwise, there’s a danger the browser will move the resulting nodes outside of the
<math> node!).
§Required Props
- html:
String - cont: [
F]
§Optional Props
- on_load:
RwSignal<bool> - class:
impl Into<MaybeProp<String>> - style:
impl Into<MaybeProp<String>>