@urbanhire.com/card
v0.0.3
Published
## Installing ``` npm i @urbanhire.com/card ```
Downloads
1
Keywords
Readme
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 name |Type |Default|Description| |--------- |:----:|:-----:|---------- | |id |String| |The ID is Unique| |type |String| |One Of : depth-1, depth-2| |className |String| | |
LICENSE
AUTHORS
@riskinputra - idea & initial work