Derive Macro sycamore::Props

#[derive(Props)]
{
    // Attributes available to this derive:
    #[prop]
}
Expand description

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