Crate dioxus_core_macro[][src]

Macros

format_args_f
html

The html! macro makes it easy for developers to write jsx-style markup in their components. We aim to keep functional parity with html templates.

Attribute Macros

fc

Label a function or static closure as a functional component. This macro reduces the need to create a separate properties struct.