React Awesome Query Builder

screenshot of React Awesome Query Builder
react
bootstrap
ant-design
material-ui

User-friendly query builder for React

Overview

The npm package "react-awesome-query-builder" is a user-friendly React component that allows users to build queries or filters. It is inspired by jQuery QueryBuilder and supports various UI frameworks such as Ant Design, Material-UI, Bootstrap, and Fluent UI. The library offers highly configurable features and supports different types of fields, comparison operators, and RHS and LHS values. It also includes features like reordering, theme support, export/import functionality, TypeScript support, and server-side functionality. The package is divided into different packages based on the UI framework used, making it easy to install and use.

Features

  • Highly configurable
  • Supports different types of fields (simple, structs, custom types)
  • Supports various comparison operators (binary, unary, complex)
  • Reordering (drag-n-drop) support for rules and groups of rules
  • Theme support for Ant Design, Material-UI, Bootstrap, Fluent UI, and vanilla
  • Export to different formats (MongoDb, SQL, JsonLogic, SpEL, ElasticSearch, custom format)
  • Import from JsonLogic and SpEL
  • TypeScript support
  • Save/load query value and config from the server
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.