npm i @react-awesome-query-builder/core --save Usage import{CoreConfig,Utils,// typesTreeStore,TreeState,TreeActions,InputAction,JsonTree}from'@react-awesome-query-builder/core';// configconstconfig={...CoreConfig,fields:{name:{label:'Name',type:'text',},age:{label:'Age',type:'number'...
import'react-awesome-query-builder/lib/css/compact_styles.css';//optional, for more compact styles// Choose your skin (ant/material/vanilla):constInitialConfig=AntdConfig;// or MaterialConfig or MuiConfig or BootstrapConfig or BasicConfig// You need to provide your own config. See below '...
importReact,{Component}from'react';import{Query,Builder,UtilsasQbUtils}from'react-awesome-query-builder';importconfigfrom'./config';//see below 'Config format'import'react-awesome-query-builder/css/styles.scss';import'react-awesome-query-builder/css/compact_styles.scss';import'react-awesome-query-...
A free, fast, and reliable CDN for react-awesome-query-builder. User-friendly query builder for React. Please migrate to new @react-awesome-query-builder/* See https://github.com/ukrbublik/react-awesome-query-builder#migration-to-600
按:(冒号),光标将移动到屏幕的左下角。输入set number或set nu,然后按Enter。 :set number 行号...
User-friendly query builder for React. Contribute to yuan3721/react-awesome-query-builder development by creating an account on GitHub.
我最近从react-awesome-query-builder 4.7.0升级到@react-awesome-query-builder 6.4.2,我遇到了一个奇怪的问题,我无法弄清楚为什么。这是错误: Uncaught TypeError: Cannot read properties of undefined (reading 'RCE') at Object.renderProvider (index.js:62:1) at QueryContainer._this.QueryWrapper (Query...
Check:https://github.com/ukrbublik/react-awesome-query-builder/pkgs/npm/react-awesome-query-builder...
Enabled SSR with saving and loading query value and query config from session. Run locally From the root of cloned repository: pnpm sandbox-next Or copysandbox_nextdir and run inside it: npm run preinstall npm i npm start In first case local@react-awesome-query-builder/*packages will be us...
This package has core React components like<Query><Builder>and CSS, provides config with basic (vanilla) widgets. Installation npm i @react-awesome-query-builder/ui --save Usage UseBasicConfig. Seeminimal example in readme npm i@react-awesome-query-builder/ui ...