leptos_macro 0.4.2

view macro for the Leptos web framework.
Documentation
1
2
3
4
5
6
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/component.rs");
    t.compile_fail("tests/ui/component_absolute.rs");
}