1.0.3 • Published 3 years ago

vue-input-template v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Vue Input Template

A Vue based input box for all type of inputs.

npm version npm downloads LICENSE

Features

  • Input with prevalidations

Installing

Using npm:

$ npm install vue-input-template

Example

// import Vue-input-template module to modules
 import VueInputTemplate from 'vue-input-template'
 export default {
    components: {
        VueInputTemplate
    }
 }

Usage in template

    <vue-input-template
        placeholder="Input Label"
    >
    </vue-input-template>

Author

Venkata Sai Katepalli - Full Stack Engineer

License

MIT