Socket
Socket
Sign inDemoInstall

@react-awesome-query-builder/material

Package Overview
Dependencies
5
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @react-awesome-query-builder/material

User-friendly query builder for React. Material-UI 4 widgets


Version published
Weekly downloads
215
decreased by-31.75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@react-awesome-query-builder/material

npm

This packages provides Material-UI v4 widgets (deprecated)

Installation

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

Usage

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;
// <<<

Keywords

FAQs

Last updated on 25 Oct 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc