Function yew::start_app_in_element[][src]

pub fn start_app_in_element<COMP>(element: Element) -> AppHandle<COMP> where
    COMP: Component,
    COMP::Properties: Default
Expand description

The main entry point of a Yew application. If you would like to pass props, use the start_app_with_props_in_element method.