Skip to main content

RuleGroup()

RuleGroup(props: RuleGroupProps): ReactNode

Defined in: packages/react-querybuilder/src/components/RuleGroup.tsx:36

Default component to display RuleGroupType and RuleGroupTypeIC objects. This is actually a small wrapper around RuleGroupHeaderComponents and RuleGroupBodyComponents.

Parameters

ParameterType
propsRuleGroupProps

Returns

ReactNode


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.