1.0.4 • Published 6 years ago

vue-tip-card v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

vue-tip-card

npm: version code style: prettier PRs Welcome

A simple card layout with tiny 3D effect inspired by peachananr

Demo

View Demo

Installation

npm install vue-tip-card

Usage

import VueTipCard from 'vue-tip-card';
Vue.use(VueTipCard);
<tip-card width="200px" height="238px" color="#714863" gap="20px">
</tip-card>

Properties

keydescriptiondefault
widthcard width200px
heightcard height238px
colorcard border color and inner text color#714863
gapcard right margin20px
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago