mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-19 17:13:12 +00:00
48 lines
513 B
R
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 {}
|
|
}
|
|
}
|
|
}
|