Function MathMLTag

Source
pub fn MathMLTag<Ch: IntoView + 'static>(
    props: MathMLTagProps<Ch>,
) -> impl IntoView
Expand description

§Required Props

  • tag: [&'static str]
  • children: [TypedChildren<Ch>]