mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-19 17:13:12 +00:00
24 lines
317 B
Text
24 lines
317 B
Text
|
rsx! {
|
||
|
// Comments
|
||
|
div {
|
||
|
// Comments
|
||
|
class: "asdasd",
|
||
|
|
||
|
// Comments
|
||
|
"hello world",
|
||
|
|
||
|
// Comments
|
||
|
expr1,
|
||
|
|
||
|
// Comments
|
||
|
expr2,
|
||
|
|
||
|
// Comments
|
||
|
// Comments
|
||
|
// Comments
|
||
|
// Comments
|
||
|
// Comments
|
||
|
expr3
|
||
|
}
|
||
|
}
|