Crate dioxus_core_macro
source ·Macros
The render! macro makes it easy for developers to write jsx-style markup in their components.
The rsx! macro makes it easy for developers to write jsx-style markup in their components.
Attribute Macros
Derive props for a component within the component definition.