mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
5 lines
153 B
R
5 lines
153 B
R
fn ItWroks() {
|
|
cx.render(rsx! {
|
|
div { class: "flex flex-wrap items-center dark:text-white py-16 border-t font-light", left, right }
|
|
})
|
|
}
|