ui-predicate-vue

1.1.0 • Public • Published

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 getting-started, 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)

/ui-predicate-vue/

    Package Sidebar

    Install

    npm i ui-predicate-vue

    Weekly Downloads

    7

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    264 kB

    Total Files

    41

    Last publish

    Collaborators

    • fgribreau