@tomorepo/forminput
v1.1.0
Published
## Install dependency in your project ``` npm install @tomorepo/forminput --save ```
Downloads
6
Readme
tomorepo/forminput
Install dependency in your project
npm install @tomorepo/forminput --save
Import component where you want to use it
import '@tomorepo/forminput';
Use the component in your template
<form-input
field-type="input"
v-model="myDataValue"
:model="myDataValue"
label="This is the field label"
is-required />