1.1.0 • Published 4 years ago

@tomorepo/forminput v1.1.0

Weekly downloads
2
License
-
Repository
-
Last release
4 years ago

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 />
1.1.0

4 years ago

1.0.0

4 years ago