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