0.0.3 • Published 1 year ago

input-tag-vue3 v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Input Tag Vue3

A simple input tag component for Vue 3.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm i input-tag-vue3
<script setup>
  import InputTag from 'input-tag-vue3'
</script>
<template>
  <InputTag 
    :modelvalue="value"
    label="Lorem Ipsum"
    @change="updatedValue"
    id="loremimpus"
    name="meuinput[]" />
</template>

About the props

PropTypeRequireDefaultDescription
modelvalueObjectfalse[]The object with idand name
labelStringfalseThe label of the input
idStringfalseThe id of the input
nameStringfalseThe name of the input
placeholderStringfalseEnter a tagThe placeholder of the input
@changeFunctionfalseThe function that will be called when the input value changes
0.0.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago