Skip to main content

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

ParameterType
__namedParametersElementComponentProps

Returns

Element