0.0.3 • Published 5 years ago

@urbanhire.com/card v0.0.3

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

UHCard Component

Installing

npm i @urbanhire.com/card

Usage

<template>
  <UHCard>
    Card Example
  </UHCard>
</template>

<script>
import UHCard from '@urbanhire.com/card'

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

Props & Methods

Prop nameTypeDefaultDescription
idStringThe ID is Unique
typeStringOne Of : depth-1, depth-2
classNameString

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