All Projects → altaywtf → react-json-logic

altaywtf / react-json-logic

Licence: other
Build and evaluate JsonLogic with React components

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-json-logic

makestudio
Setup your Delphi Environment very easily - build your projects with more comfort
Stars: ✭ 43 (+104.76%)
Mutual labels:  builder
damb
An advanced module builder for Dolibarr ERP/CRM
Stars: ✭ 14 (-33.33%)
Mutual labels:  builder
designable
🧩 Make everything designable 🧩
Stars: ✭ 2,156 (+10166.67%)
Mutual labels:  builder
as-string-sink
An efficient dynamically sized string buffer (aka String Builder) for AssemblyScript
Stars: ✭ 23 (+9.52%)
Mutual labels:  builder
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-9.52%)
Mutual labels:  builder
flhooks
React like Hooks implementation for Flutter.
Stars: ✭ 38 (+80.95%)
Mutual labels:  builder
msbotframework-mongo-middlelayer
Microsoft Bot framework: Using MongoDB as storage for conversational states, data and context
Stars: ✭ 36 (+71.43%)
Mutual labels:  builder
Awesome-Neural-Logic
Awesome Neural Logic and Causality: MLN, NLRL, NLM, etc. 因果推断,神经逻辑,强人工智能逻辑推理前沿领域。
Stars: ✭ 106 (+404.76%)
Mutual labels:  logic
sphinx-markdown-builder
sphinx builder that outputs markdown files.
Stars: ✭ 135 (+542.86%)
Mutual labels:  builder
ipc solver
O(N log N)-space IPC solver in OCaml
Stars: ✭ 46 (+119.05%)
Mutual labels:  logic
xhttp
Tiny shortcuts for using the native fetch API. Provides a fluent builder-style API for request building and response reading.
Stars: ✭ 31 (+47.62%)
Mutual labels:  builder
elastic-composer
Client-side Elasticsearch query generator and executor. Filter fields, find search suggestions, and paginate query results for your indicies using a simple, reactive, and high-level API
Stars: ✭ 14 (-33.33%)
Mutual labels:  builder
typedb
TypeDB: a strongly-typed database
Stars: ✭ 3,152 (+14909.52%)
Mutual labels:  logic
Nginx-builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 143 (+580.95%)
Mutual labels:  builder
AdvancedSQL
The best Java query builder/SQL connector.
Stars: ✭ 23 (+9.52%)
Mutual labels:  builder
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (-14.29%)
Mutual labels:  builder
ocibuilder
A tool to build OCI compliant images
Stars: ✭ 63 (+200%)
Mutual labels:  builder
Scripts-Sploits
A number of scripts POC's and problems solved as pentests move along.
Stars: ✭ 37 (+76.19%)
Mutual labels:  builder
patterns
Good practices to create code in Java, open to other languages. ⚡
Stars: ✭ 14 (-33.33%)
Mutual labels:  builder
discrete-math-python-scripts
Python code snippets from Discrete Mathematics for Computer Science specialization at Coursera
Stars: ✭ 98 (+366.67%)
Mutual labels:  logic

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].