7个不稳定版本 (3个重大更新)
0.4.0 | 2023年9月12日 |
---|---|
0.3.2 | 2023年7月19日 |
0.2.2 | 2022年6月9日 |
0.2.0 | 2022年3月7日 |
0.1.1 | 2022年3月7日 |
#1023 in 数学
每月57次下载
280KB
409 代码行
KaTeX for Dioxus
使用KaTeX在Dioxus中渲染数学!
使用方法
- 首先需要导入css cdn
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/katex.min.css">
- 调用
use_katex_display
钩子来准备上下文。 - 调用
compile
以获取数学表达式节点。
use dioxus_katex::use_katex_display;
let katex = use_katex_display(&cx);
let math = katex.compile(text);
依赖关系
~2.5–3.5MB
~71K SLoC