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.
Checkout the getting-started, storybook or the API documentation.
Read the code or try it online.
# npm
npm install ui-predicate-vue -S
# yarn
yarn add ui-predicate-vue
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)