0.0.6 • Published 5 years ago

@urban-vueseable/uh-card v0.0.6

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

UHCard Component

Install

npm i @urban-vueseable/uh-card

Use Component

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

<script>
import UHCard from '@urban-vueseable/uh-card'

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

Props & Methods

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

LICENSE

MIT

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago