mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-03-01 05:47:23 +00:00
25 lines
237 B
R
25 lines
237 B
R
rsx! {
|
|
|
|
// hi
|
|
div {}
|
|
|
|
// hi
|
|
div { "abcd", "ball", "s" }
|
|
|
|
//
|
|
//
|
|
//
|
|
div { "abcd", "ball", "s" }
|
|
|
|
//
|
|
//
|
|
//
|
|
div {
|
|
"abcd"
|
|
"ball"
|
|
"s"
|
|
|
|
//
|
|
"asdasd"
|
|
}
|
|
}
|