vue-image-grid-viewer
v1.0.0
Published
An image library that's used to show the images in beautiful grids. Below you will find some information on how to perform common tasks.
Downloads
2
Maintainers
Readme
Vue Images Grid Viewer
Project Briefing
An image library that's used to show the images in beautiful grids. Below you will find some information on how to perform common tasks.
Vue Images Grid Viewer
Built With
Authors
Installation
Install my-project with npm
npm install my-project
cd my-project
Basic Usage
import project
use ....
Features
- completely responsive
- image viewer
- Icon Favorites
API Reference
Props
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| width
| String,Number
| default: 100%, set width for images |
| images
| Array
| required images['firstImage.png','secondImage.jpeg','etc...'] |
| showHeart
| Boolean
| default: true , hide or show Heart Icon |
| isLove
| Boolean
| default: false ,highlight Heart Icon |
| showAllButton
| Boolean
| default: true ,hide or show Show All button |