/vue-bs3-form

Bootstrap 3 form components for Vue.js

Primary LanguageVue

vue-bs3-form

Bootstrap 3 form components for Vue.js

Work in progress / Disclaimer

This package is not yet production ready and should be considered alpha state.

Usage

install with npm: npm i -S asmaps/vue-bs3-form

Install in Vue (e.g. in main.js):

import VueBs3Form from 'vue-bs3-form'

Vue.use(VueBs3Form)

Dependencies

The plugin is written in ES6, so you will need babel to compile. It also uses the .vue component notation which is used as default in the vue-webpack template.

Components

TBD