0.0.5 • Published 6 years ago
@urban-vueseable/uh-card v0.0.5
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 |