mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-17 14:18:27 +00:00
6 lines
65 B
Text
6 lines
65 B
Text
|
rsx! {
|
||
|
div {
|
||
|
// Comments
|
||
|
class: "asdasd", "hello world" }
|
||
|
}
|