Function Leaf

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

§Required Props

  • children: [TypedChildren<T>]