Contact detailsPlease provide your contact details below.NameEmail addressReactToggle code Usage import { Fieldset } from '@zalify-ui/react' <Fieldset.Root> <Fieldset.Control> <Fieldset.Legend /> <Fieldset.HelperText /> </Fieldset.Control> <Fieldset.Content /> </Fieldset.Root> Examples Disabled Use the disabled prop to disable the fieldset to disable all input elements within the fieldset. Contact detailsPlease provide your contact details below.NameEmail addressReactToggle code Invalid Use the invalid prop to mark the fieldset as invalid, which will display the error text. Shipping detailsSome fields are invalid. Please check them.NameEmail addressThe email has already been taken.ReactToggle code Props Root PropDefaultTypeasChildbooleanUse the provided child element as the default rendered element, combining their props and behavior.invalidbooleanIndicates whether the fieldset is invalid.