react-json-logic

2.1.0 • Public • Published

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.

/react-json-logic/

    Package Sidebar

    Install

    npm i react-json-logic

    Weekly Downloads

    271

    Version

    2.1.0

    License

    MIT

    Last publish

    Collaborators

    • altaywtf