Installation
Install the package and use it with React 18+.
npm
npm install @vojtechportes/react-query-builder
Import @vojtechportes/react-query-builder/styles.css once in the client or framework entrypoint that renders v2 builders. The package does not inject component styles at runtime.
Peer dependencies
The package expects compatible
react and react-dom versions in the consuming app. In monorepos, it is worth checking that your app and the library resolve to the same React instance.