mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-02 17:09:11 +00:00
7 lines
173 B
R
7 lines
173 B
R
fn it_works() {
|
|
cx.render(rsx! {
|
|
div {
|
|
span { "Description: ", package.description.as_deref().unwrap_or("❌❌❌❌ missing") }
|
|
}
|
|
})
|
|
}
|