Build and evaluate JsonLogic rules with React Components.
# Yarn
$ yarn add react-json-logic
# NPM
$ npm install react-json-logic --save
There is a basic example on examples folder, which is also live here.
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. |
This project has initialized from react-component-starter, which contains detailed documentation about installation, development and build flow of the package.