0.0.6 • Published 5 years ago

@urban-vueseable/uh-button v0.0.6

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

UHButton Component

Install

npm i @urban-vueseable/uh-button

Use Component

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

<script>
import UHButton from '@urban-vueseable/uh-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

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago