1.0.0 • Published 4 years ago

vue-inputs-1 v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

What is vue-inputs?

Vue Inputs are the html input component for the bootstrap 4

Installation

import vue from 'vue'
import vueInputs from 'vue-inputs'
Vue.use(vueInputs)

How to Use ?

<b-input validate="required" v-model="model" name="input_name" label="Label" placeholder="Placeholder" scope="project">
                        </b-input>

You can use the below attributes to the elements.

AttributeValue
valdefault value while rendering the compoent
nameInput name { it is required when using the validation}
labelElement label
validatedefine your rule to validate the element by vee validate 2.0
scopedefine the validation scope for the selected form

What Version 1.0 are includes!

  • The default input selection and modals are inlcuded.
  • More components are in process.

Dependancies

Please make sure to install below dependecnies packages to your node modules

Bootstrap 4.* select2 "bootstrap-multiselect": "^0.9.15" "animate.css": "^4.1.0" "ckeditor4-vue": "^0.2.0" compressorjs": "^1.0.6" o"jquery-datetimepicker": "^2.5.21" "moment": "^2.26.0" "vee-validate": "^2.2.15"