Repeatable

Function Repeatable 

Source
pub fn Repeatable<F, IV>(props: RepeatableProps<F, IV>) -> impl IntoView
where F: Fn(usize) -> IV + 'static, IV: IntoView,
Expand description

Creates a repeatable group of items.

ยงRequired Props

  • bind: impl Into<QueryStringPart>
    • The query string that binds the repeatable group to a Vec.
  • item: [F]
    • The item that is repeated.