Gathering detailed insights and metrics for @react-querybuilder/material
Gathering detailed insights and metrics for @react-querybuilder/material
Gathering detailed insights and metrics for @react-querybuilder/material
Gathering detailed insights and metrics for @react-querybuilder/material
@cjmaio/react-querybuilder-material
Custom MUI (Material Design) components for react-querybuilder
react-material-querybuilder
The React Material <QueryBuilder /> component for constructing queries
react-querybuilder-material-ui
The React <QueryBuilder /> component for constructing queries (using Material UI Components)
The Query Builder component for React
npm install @react-querybuilder/material
Typescript
Module System
Node Version
NPM Version
TypeScript (62.98%)
MDX (27.37%)
CSS (7.14%)
Yacc (1.06%)
JavaScript (0.56%)
SCSS (0.44%)
HTML (0.26%)
Go (0.17%)
Shell (0.01%)
Total Downloads
827,258
Last Day
367
Last Week
14,769
Last Month
65,070
Last Year
557,117
MIT License
1,514 Stars
3,532 Commits
291 Forks
10 Watchers
28 Branches
44 Contributors
Updated on Jul 07, 2025
Latest Version
8.7.1
Package Id
@react-querybuilder/material@8.7.1
Unpacked Size
694.80 kB
Size
115.94 kB
File Count
42
NPM Version
lerna/4.3.0/node@v20.19.1+x64 (linux)
Node Version
20.19.1
Published on
Jun 09, 2025
Cumulative downloads
Total Downloads
Last Day
-15.6%
367
Compared to previous day
Last Week
-2.6%
14,769
Compared to previous week
Last Month
9.2%
65,070
Compared to previous month
Last Year
162.3%
557,117
Compared to previous year
6
React Query Builder is a fully customizable query builder component for React, along with a collection of utility functions for importing from, and exporting to, various query languages like SQL, MongoDB, and more. Demo is here.
Complete documentation is available at react-querybuilder.js.org.
To get started, import the main component and the default stylesheet, then render the component in your app:
1import { QueryBuilder } from 'react-querybuilder'; 2import 'react-querybuilder/dist/query-builder.css'; // or .scss 3 4export function App() { 5 const [query, setQuery] = useState({ 6 combinator: 'and', 7 rules: [], 8 }); 9 10 return <QueryBuilder defaultQuery={query} onQueryChange={setQuery} />; 11}
For a more complete introduction, see the main package README, dive into the full documentation, or browse the example projects.
To enable drag-and-drop functionality, use @react-querybuilder/dnd
.
For enhanced date/time support, use @react-querybuilder/datetime
.
For instructions on migrating from earlier versions of react-querybuilder
, click here.
In addition to the main react-querybuilder
package, this repo also hosts official compatibility component packages for use with several popular style libraries including Ant Design, Bootstrap, Bulma, Chakra UI, Fluent UI, Mantine, MUI, and Tremor. A React Native component is also available.
See the contribution guidelines.
This component was inspired by prior work from:
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
SAST tool is run on all commits
Details
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More