use dioxus::prelude::*; fn main() { dioxus_desktop::launch(app); } fn app() -> Element { rsx! { web-component { "my-prop": "5%", } } }