@urban-vueseable/uh-card
v0.0.6
Published
#### Install > npm i @urban-vueseable/uh-card
Downloads
7
Readme
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 name |Type |Default|Description| |--------- |:----:|:-----:|---------- | |id |String| |The ID is Unique| |type |String| |One Of : depth-1, depth-2| |className |String| | |