Crates.io | yew-mermaid |
lib.rs | yew-mermaid |
version | 0.2.0 |
source | src |
created_at | 2020-10-28 06:53:49.53479 |
updated_at | 2020-10-28 06:59:59.825264 |
description | Render math with KaTeX in Yew! |
homepage | |
repository | https://github.com/GalAster/yew-mermaid.js |
max_upload_size | |
id | 306236 |
size | 3,018 |
Render diagram with Mermaid.js in Yew!
No CDN needed
Easily added using <Mermaid/>
use yew_mermaid::Mermaid;
html! {
<Mermaid code=&self.input theme="neutral"/>
}