Picasso query builder
npm install @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.
The following peer dependencies are required:
- @toptal/picasso
- yarn add @toptal/picasso-query-builder
Documentation and demos are available at picasso.toptal.net.
---