0.0.4 • Published 5 years ago

vfg-field-checkbox-list v0.0.4

Weekly downloads
39
License
-
Repository
github
Last release
5 years ago

vfg-field-checkbox-list

A checkbox-list field for vue-form-generator

Installation

npm install vfg-field-checkbox-list

ES6

//
// You can register a component manually
//
import { FieldCheckboxList } from 'vfg-field-checkbox-list'

export default {
  ...
  components: {
    'field-checkbox-list': FieldCheckboxList
  },
  ...
};

//
// or register the whole module with vue
//
import VfgFieldCheckboxList from 'vfg-field-checkbox-list'

// Install this library
Vue.use(VfgFieldCheckboxList);
0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago