0.0.3 • Published 5 years ago

@urbanhire.com/input v0.0.3

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

UHInput Component

Installing

npm i @urbanhire.com/input

Usage

<template>
  <UHInput
    placeholder="Text Input" 
    label="Text Label Success" 
    infoLabelBottom="Example Info"
    @input="yourMethods($event)"
  />
</template>

<script>
import UHInput from '@urbanhire.com/input'

export default {
  components: {
    UHInput
  }
}
</script>

Props & Methods

Prop nameTypeDefaultDescription
idStringThe ID is Unique
labelString
classNameString
nameString
autoWidthBooleanfalse
colorString' 'One of : success, danger, warning, danger, info
placeholderString
valueString
typeStringtextOne of : text, number, email, password
infoLabelBottomString
infoLabelTopString

LICENSE

MIT

AUTHORS

@riskinputra - idea & initial work

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago