0.1.2 • Published 3 years ago

vue3-hover-effect-card v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

vue3-hover-effect-card

组件下载

npm i vue3-hover-effect-card

局部引用方法

示例:

<script setup>
	import { HoverEffectCard } from '../packages/index';
</script>

<template>
	<hover-effect-card :width="400" :height="300" :src="'https://unsplash.it/800/800/?random'" />
</template>

<style></style>

参数说明

属性描述类型默认值
width卡片宽度Number300
height卡片高度Number300
src卡片背景图String | Nullnull
className自定义类名String''
imgMode背景图展示模式拉伸、原比例、裁剪'stretch' | 'normal' | 'clip''stretch'
undertone卡片底色String'#000'

源码地址

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.72

3 years ago

0.0.71

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago