maciejhirsz / kobold

Easy declarative web interfaces.
https://docs.rs/kobold/
Mozilla Public License 2.0
385 stars 7 forks source link

Raw HTML, fixes/improvements for: SVG, event target, kobold_qr #94

Closed maciejhirsz closed 2 months ago

maciejhirsz commented 2 months ago

All over the place PR of stuff I needed fixing in the moment.

view! {

}


+ Fixed setting classes on SVG elements.
+ The `viewBox` attribute on the `<svg>` element is now aliased to `view_box` to keep it idiomatic with Rust.
+ `kobold_qr` now exposes the `Ecl` enum which the `<!qr>` component can take as a param to configure the level of error correction.