1.0.3 • Published 3 years ago

@vgaidadei/inputv v1.0.3

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

Input fields for vue.js

documentation: https://gaidadei.ru/inputv
npm: https://gaidadei.ru/inputv
how install: https://www.youtube.com/watch?v=TmmegP511ts

Description

Very simple vuejs component that creates custom input fileds. Where can you create input fields for phone number, text, select, checkbox and radio ...
prev1

How to install

1 step

Write the command

npm i @vgaidadei/inputv

2 step

In the .vue file, which you will use the fields, connect the library using the line

import inputv from '@vgaidadei/input'

3 step

Connect the component by adding it to the object for export

export default {
... ,
components: { inputv },
...
}

4 step

Inside the template, insert the inputV tag where needed

<div id='app'>
  <inputV type='tel'>
</div>

prev1 prev2 prev3 prev4 prev5

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago