Skip to main content

section

Function section 

Source
pub fn section<State: 'static, Action: 'static, Children: DomFragment<State, Action>>(
    children: Children,
) -> Section<Children, State, Action>
Expand description

Builder function for a section element view.