pub fn Group(props: GroupProps) -> impl IntoViewExpand description
A component that binds all of its contents to a part of the form data.
ยงRequired Props
- bind:
impl Into<QueryString>- The query string that binds the group to the form data.
- children:
Children- The children of the group.