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)
npm install @react-querybuilder/material
Typescript
Module System
Node Version
NPM Version
TypeScript (57.4%)
MDX (31.2%)
SCSS (8.74%)
Yacc (1.27%)
JavaScript (0.85%)
CSS (0.22%)
HTML (0.15%)
Go (0.14%)
Shell (0.03%)
Total Downloads
512,818
Last Day
802
Last Week
11,169
Last Month
49,306
Last Year
357,888
1,357 Stars
3,157 Commits
274 Forks
11 Watching
21 Branches
41 Contributors
Latest Version
8.0.0
Package Id
@react-querybuilder/material@8.0.0
Unpacked Size
692.99 kB
Size
116.65 kB
File Count
42
NPM Version
lerna/3.10.0/node@v20.18.0+x64 (linux)
Node Version
20.18.0
Publised On
08 Nov 2024
Cumulative downloads
Total Downloads
Last day
-70.6%
802
Compared to previous day
Last week
-19.7%
11,169
Compared to previous week
Last month
27.5%
49,306
Compared to previous month
Last year
159.8%
357,888
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 the @react-querybuilder/dnd
package.
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
30 commit(s) and 11 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 1/12 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 2024-12-16
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