pub fn Repeatable<F, IV>(props: RepeatableProps<F, IV>) -> impl IntoViewExpand description
Creates a repeatable group of items.
ยงRequired Props
- bind:
impl Into<QueryStringPart>- The query string that binds the repeatable group to a
Vec.
- The query string that binds the repeatable group to a
- item: [
F]- The item that is repeated.