mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
46 lines
753 B
R
46 lines
753 B
R
rsx! {
|
|
// Comments
|
|
div {
|
|
// Comments
|
|
class: "asdasd",
|
|
|
|
// Comments
|
|
"hello world"
|
|
|
|
// Comments
|
|
{expr1},
|
|
|
|
// Comments
|
|
{expr2},
|
|
|
|
// Comments
|
|
// Comments
|
|
// Comments
|
|
// Comments
|
|
// Comments
|
|
{expr3},
|
|
|
|
div {
|
|
// todo some work in here
|
|
}
|
|
|
|
div {
|
|
// todo some work in here
|
|
// todo some work in here
|
|
//
|
|
// todo some work in here
|
|
}
|
|
|
|
div {
|
|
// todo some work in here
|
|
class: "hello world",
|
|
|
|
// todo some work in here
|
|
class: "hello world"
|
|
}
|
|
|
|
div {
|
|
div {}
|
|
}
|
|
}
|
|
}
|