1.1.0 • Published 3 years ago

ui-predicate-vue v1.1.0

Weekly downloads
82
License
MIT
Repository
-
Last release
3 years ago

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)
1.1.0

3 years ago

1.0.0

5 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago