mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-22 10:33:07 +00:00
4 lines
124 B
Text
4 lines
124 B
Text
|
cx.render(rsx! {
|
||
|
div { class: "flex flex-wrap items-center dark:text-white py-16 border-t font-light", left, right }
|
||
|
})
|