KaTeX for Dioxus
Render math with KaTeX in Dioxus!
How to use
- When
auto-cdnfeature is enable, CDN will be inserted to head when the first component of this type is loaded.
If you want to manage CDN by yourself, you can disable this feature and manually import it
- Easily added using
<KaTeX/>
use KaTeX;
html!
Todo
- Automatically import css cdn when the first component is loaded