Derive Macro sycamore::Prop

source · []
#[derive(Prop)]
{
    // Attributes available to this derive:
    #[builder]
}
Expand description

The derive macro for Prop. The macro creates a builder-like API used in the view! macro.