Documentation

KaTeX for Yew

Render math with KaTeX in Yew!

How to use

  1. It's only do the wasm bind, so load cdn first
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">
  1. Easily used by <KaTeX/>
use yew_katex::KaTeX;

html! {
    <KaTeX math="\\KaTeX" inline=false/>
}

Todo

  • Automatically import css cdn when the first component is loaded