@toptal/picasso-query-builder
v8.0.9
Published
Picasso query builder
Downloads
1,745
Readme
@toptal/picasso-query-builder
This package combines easy-to-use API of React Query Builder with the amazing UX of Picasso.
Query Builder implementation provides possibility to use variety of searching rules in order to improve searching experience by complex Dynamic Queries generation.
This library allows to:
- build complex queries based on provided data
- add custom components or operators
- create nested queries
- enhance user experience
This library works by providing a user interface for constructing queries on the client-side. The generated queries can be serialized into a format suitable for sending it to the backend.
Prerequisites
The following peer dependencies are required:
@toptal/picasso
Setup
yarn add @toptal/picasso-query-builder
Documentation
Documentation and demos are available at picasso.toptal.net.