@urbanhire.com/textarea

0.0.2 • Public • Published

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 name Type Default Description
id String The ID is Unique
label String
className String
name String
autoWidth Boolean false
color String ' ' One of : success, danger, warning, danger, info
placeholder String
value String
type String text One of : text, number, email, password
infoLabelBottom String
infoLabelTop String

LICENSE

MIT

AUTHORS

@riskinputra - idea & initial work

Readme

Keywords

none

Package Sidebar

Install

npm i @urbanhire.com/textarea

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

6.83 kB

Total Files

5

Last publish

Collaborators

  • techurbanhire
  • fahriachmadi
  • riskinputra
  • gsoultan