VueJS ui-predicate component


Introduction

ui-predicate-vue is a rules editor, predicates component, for Vue JS. It aims to provide a clean, semantic and reusable component that make building your filtering or rules user interface a breeze.

Documentation

Checkout the storybook or the API documentation.

One minute Quick-start

Read the code or try it online.

Installation

# npm
npm install ui-predicate-vue -S
# yarn
yarn add ui-predicate-vue

Setup

const Vue = require('vue')
const UIPredicate from 'ui-predicate-vue'

Vue.use(UIPredicate)
import Vue from 'vue'
import UIPredicate from 'ui-predicate-vue'

Vue.use(UIPredicate)