4 releases
Uses new Rust 2024
0.2.0 | Apr 11, 2025 |
---|---|
0.1.3 | Apr 6, 2025 |
0.1.2 | Apr 4, 2025 |
0.1.0 | Apr 4, 2025 |
#1198 in WebAssembly
178 downloads per month
22KB
145 lines
Simple example
Using a mutable field:
Using a static field:
MathQuill + Leptos = ❤️
A simple, easy-to-use and hard to abuse API for using MathQuill in Leptos. Is only really tested using CSR (Client Side Rendering), although it shouldn't cause issues with SSR.
Running examples
# install trunk however you like
cargo install trunk
trunk serve --example field
trunk serve --example static
Dependencies
~22–36MB
~564K SLoC