vue-tip-card
v1.0.4
Published
A simple card layout with tiny 3D effect
Readme
vue-tip-card
A simple card layout with tiny 3D effect inspired by peachananr
Demo
Installation
npm install vue-tip-cardUsage
import VueTipCard from 'vue-tip-card';
Vue.use(VueTipCard);<tip-card width="200px" height="238px" color="#714863" gap="20px">
</tip-card>Properties
|key|description|default|
|:---|---|---|
| width|card width|200px|
| height|card height|238px|
| color|card border color and inner text color|#714863|
| gap|card right margin|20px|
