An interactive vue component that displays multiple images in a row
npm install vue-image-wall
An interactive vue component that displays multiple images in a row.
By hovering mouse over one of the images, that image will expand in width.
```
npm install vue-template-compiler --save-dev
npm install vue-image-wall
or
``
yarn add vue-template-compiler -D
yarn add vue-image-wall
1. Height is fixed to 250px, will be fixed
2. Will add ability to accept config (scale of image, animation duration, etc)
`
`
| props | type | default value | note |
|-----|------|-------|------|
| link-images | [String]` | (required) | Contains list of images that this component will display |
Any comment/issue/PR is welcome!