Function: Group()
function Group(__namedParameters): Element;
Defined in: components/Group.tsx:27
group — a titled section. It holds no value of its own; validation state
belongs to its children, so it renders a plain <section> rather than going
through FieldWrapper.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ElementComponentProps |
Returns
Element