react-json-logic

Build and evaluate JsonLogic rules with React Components.

Usage no npm install needed!

<script type="module">
  import reactJsonLogic from 'https://cdn.skypack.dev/react-json-logic';
</script>

README

React Json Logic

NPM

Build and evaluate JsonLogic rules with React Components.

Installation

# Yarn
$ yarn add react-json-logic

# NPM
$ npm install react-json-logic --save

Usage

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.

Contribution

This project has initialized from react-component-starter, which contains detailed documentation about installation, development and build flow of the package.