🌈 A Vue image component. Simple realization of image shadow.

Overview

🌈 vue-image-shadow

A Vue image component. Simple realization of image shadow.

npm test-ci

📚 Example

Online: https://image-component.github.io/vue-image-shadow/

🌀 Template

https://github.com/one-template/vue-component-template

📦 Install

npm i vue-image-shadow
# or
yarn add vue-image-shadow

🎉 Usage

// main.js
import ImageShadow from 'vue-image-shadow'
Vue.component('image-shadow', ImageShadow)

📔 API

Property Description Type Required Default Version
alt The alt of the image. string - 1.1.0
className Component extra class. string - 1.0.0
shadowBlur The shadow blur of the image. number 20 1.0.0
shadowHover Whether to support the mouse hover. boolean false 1.0.0
shadowRadius The border radius of the image. number 8 1.0.0
src The src of the image. string - 1.0.0
width The width of the image. number 300 1.0.0

🔨 Development

yarn
yarn start

License

MIT

You might also like...
 Imagvue is an image component for Vue.js
Imagvue is an image component for Vue.js

Imagvue Imagvue provides basic image processing props(size,blur,contrast,grayscale, etc.). Support image lazy loading. All Attributes can bind with da

Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js

Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js

🌉 Vue Image Placeholder component
🌉 Vue Image Placeholder component

Vue Image Placeholder 🌉 Multiservice Image Placeholder Vue component Installation yarn add vue-image-placeholder Use it in your app import ImagePlace

A Vue.js component to lazy load an image automatically when it enters the viewport using the Intersection Observer API.

A Vue.js component to lazy load an image automatically when it enters the viewport using the Intersection Observer API.

A Vue component for magnifying an image within its original container.

A Vue component for magnifying an image within its original container. The zoom behavior is triggered on click and the image can be moved by dragging on touch devices and by either dragging or hover panning on non-touch devices. The component supports responsive images and optional fullscreen zoom on mobile.

Lightweight responsive image zoom component for Vue.js 2

Vue Image Zoomer Lightweight responsive image zoom component for Vue.js 2, that also works on touch devices. Perfect for zooming on product images on

Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js

v-viewer Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js Live demo Examples directive component thumbnail

A lightweight image, video and iframe lightbox gallery component for Vue
A lightweight image, video and iframe lightbox gallery component for Vue

A lightweight image, video and iframe lightbox gallery component for Vue. Supports slide, zoom, rotation, autoplay, captions and so on.

Cocomaterial Image component for Vue.js
Cocomaterial Image component for Vue.js

Cocomaterial Image component for Vue.js. Try the demo! Installation yarn add vue-cocomaterial-image Usage import CocomaterialImage from 'vue-cocomater

Comments
  • docs: perfect website

    docs: perfect website

    🤔 这个变动的性质是?/ What is the nature of this change?

    • [ ] 新特性提交 / New feature
    • [ ] bug 修复 / Fix bug
    • [ ] 样式优化 / Style optimization
    • [ ] 包体积优化 / Package size optimization
    • [ ] 性能优化 / Performance optimization
    • [ ] 代码风格优化 / Code style optimization
    • [ ] 构建优化 / Build optimization
    • [ ] 测试相关 / Test related
    • [ ] 其他 / Other

    🔗 相关 Issue / Related Issue

    💡 需求背景和解决方案 / Background or solution

    📝 更新日志 / Changelog

    | Language | Changelog | | ---------- | --------- | | 🇺🇸 English | | | 🇨🇳 Chinese | |

    ☑️ 请求合并前的自查清单 / Self Check before Merge

    ⚠️ 请自检并全部勾选全部选项。⚠️ ⚠️ Please check all items below before review. ⚠️

    • [ ] 文档已补充或无须补充 / Doc is updated/provided or not needed
    • [ ] 代码演示已提供或无须提供 / Demo is updated/provided or not needed
    • [ ] TypeScript 定义已补充或无须补充 / TypeScript definition is updated/provided or not needed
    • [ ] Changelog 已提供或无须提供 / Changelog is provided or not needed
    PR: merged 
    opened by xrkffgg 0
Releases(v1.1.0)
Vue-image-loader: image loader for vue js with prevue

Vue-image-loader: image loader for vue js with prevue

null 0 Feb 1, 2020
vue-image-markup will provide you to edit uploaded image easily and save it.

Markup Image with Vue.js (customizable) vue-image-markup will provide you to edit uploaded image easily and save it. Installation npm i vue-image-mark

Lionix 92 Dec 9, 2022
A Directive for setting fall back image in a vue js application if in case image is not loaded

vue-fall-back-image-directive A Directive for setting fall back image in a vue js application. Installation npm install Run npm install --save vue-fal

Arun sivan 1 Oct 15, 2019
Vue plugin with simple component for choosing image

vue-image-chooser This is vue plugin with simple component for choosing image. It supports easy implementation for image upload to the backend. Instal

Stefan Jeremic 5 May 7, 2021
Lightweight and simple image gallery component for Vue.js

vue-image-box Description Lightweight and simple-ish image gallery component for Vue.js. Images can also be cycled through using the left & right arro

Adam Romig 2 Oct 3, 2021
Lingallery is a simple image gallery component for Vue.js

Lingallery is a simple image gallery component for Vue.js. It displays a large image with thumbnails below as you can see in the demo. You can define several settings to adapt the gallery to your needs.

The Running Hub 0 Oct 22, 2020
A simple Vue library of Image Card components with awesome CSS animation

This is a set of Vue Image card components for special purposes. Each components come with props and slots for easy customization. The CSS animation make it awesome, thanks to the developer community.

Manoj AP 0 Jul 14, 2021
Svis - Simple Vue3 Image Slideshow

Svis Requires: Vue3, Node.js Stable tag: 1.0 License: GPL-3.0-or-later Vue3 Imag

Marco 2 Feb 23, 2022
🙋‍♀️ Image magic animation drawing effect component for Vue 2.x | 图像动态绘制效果

vue-image-painter English | 简体中文 ?? Example Demo Demo Source Code ?? QuickStart Install yarn add vue-image-painter # OR npm i -S vue-image-painter Imp

Komo 26 Sep 19, 2022
A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch .

A Vue.js 3.0 image lightbox component with Zoom / Drag / Rotate / Switch .

XiongAmao 272 Jan 3, 2023