dioxus/packages/autofmt/tests/samples/comments.rsx

49 lines
513 B
Text
Raw Normal View History

2022-07-05 04:22:06 +00:00
rsx! {
div {
// The title
"hello"
// The title
"hello"
// The title
"hello"
// The title
"hello"
// body
div { "text" }
2022-07-05 05:53:08 +00:00
div {
// Attr
class: "asdads",
"health"
}
div {
// adadsasd
// adadsasd
// adadsasd
// adadsasd
// adadsasd
// adadsasd
div {}
}
2022-07-05 04:22:06 +00:00
}
}