0.0.1 • Published 6 years ago
vue-shadow-image v0.0.1
vue-shadow-image
To Install:
npm i vue-shadow-imageTo Use:
1| Import the component And Register the component with Vue:
import VueShadowImage from 'vue-shadow-image'
Vue.use(VueShadowImage)2| Add it inside your application:
<vue-shadow-image :url="item.url" :borderRadius="10" style="width:320px;height: 160px;margin: 20px"></vue-shadow-image>Props
| prop | type | default | details |
|---|---|---|---|
| url | String | null | bind url if you need |
0.0.1
6 years ago