0.0.3 • Published 5 years ago

@urbanhire.com/button v0.0.3

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

UHButton Component

Installing

npm i @urbanhire.com/button

Usage

<template>
  <UHButton
    label="Submit"
  />
</template>

<script>
import UHButton from '@urbanhire.com/button'

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

Props & Methods

Prop nameTypeDefaultDescription
idStringThe ID is Unique
labelString
classNameString
isDisabledBooleanfalse
isWaitingBooleanfalse
colorStringdefaultOne of : default, firm, median, prime, success, danger, disabled
sizeStringnormalOne Of : small, large , ' '
iconString
iconPositionStringOne Of : left, right
fullWidthBoolean

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