Function Tree

Source
pub fn Tree<T: IntoView + 'static>(props: TreeProps<T>) -> impl IntoView
Expand description

§Required Props

  • children: [TypedChildren<T>]