dioxus/packages/autofmt/tests/samples/comments.rsx
2022-07-05 01:53:08 -04:00

48 lines
513 B
R

rsx! {
div {
// The title
"hello"
// The title
"hello"
// The title
"hello"
// The title
"hello"
// body
div { "text" }
div {
// Attr
class: "asdads",
"health"
}
div {
// adadsasd
// adadsasd
// adadsasd
// adadsasd
// adadsasd
// adadsasd
div {}
}
}
}