
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
@react-awesome-query-builder/material
Advanced tools
User-friendly query builder for React. Material-UI 4 widgets
This packages provides Material-UI v4 widgets (deprecated)
Peer dependencies that needs to be installed:
npm i @material-ui/core @material-ui/lab @material-ui/icons @material-ui/pickers --save
Install:
npm i @react-awesome-query-builder/material --save
Use MaterialConfig
.
See minimal example in readme with modifications at top:
// >>>
import type { JsonGroup, Config, ImmutableTree, BuilderProps } from '@react-awesome-query-builder/material'; // for TS example
import { Query, Builder, Utils as QbUtils } from '@react-awesome-query-builder/material';
import { MaterialConfig, MaterialWidgets } from '@react-awesome-query-builder/material';
import '@react-awesome-query-builder/material/css/styles.css';
const InitialConfig = MaterialConfig;
// <<<
FAQs
User-friendly query builder for React. Material-UI 4 widgets
The npm package @react-awesome-query-builder/material receives a total of 37 weekly downloads. As such, @react-awesome-query-builder/material popularity was classified as not popular.
We found that @react-awesome-query-builder/material demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.