0.0.2 • Published 5 years ago

@urbanhire.com/textarea v0.0.2

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

UHTextarea Component

Installing

npm i @urbanhire.com/textarea

Usage

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

<script>
import UHTextarea from '@urbanhire.com/textarea'

export default {
  components: {
    UHTextarea
  }
}
</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