mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-19 17:13:12 +00:00
19 lines
216 B
Text
19 lines
216 B
Text
|
rsx! {
|
||
|
div {
|
||
|
// The title
|
||
|
"hello"
|
||
|
|
||
|
// The title
|
||
|
"hello"
|
||
|
|
||
|
// The title
|
||
|
"hello"
|
||
|
|
||
|
// The title
|
||
|
"hello"
|
||
|
|
||
|
// body
|
||
|
div { "text" }
|
||
|
}
|
||
|
}
|