Build and evaluate JsonLogic rules with React Components.
npm install react-json-logic
Build and evaluate JsonLogic rules with React Components.
``bashYarn
$ yarn add react-json-logic
| Prop | Type | Default Value | Description |
| :----: |:-------------:|:-----:| :------- |
| onChange* | func | - | Onchange event, returns the latest structure of built json logic. |
| value | object | { } | Initial value of the json logic expresison. |
| data | object | { } | Data available for accessor fields. |