import ProductGallery from 'react-product-carousel-zoom';
const source = {
images : [
{
src: "product-image.jpg",
attributes : {
width: "375px",
height: "375px",
alt: "image 1"
}
},
{
src: "product-image.jpg",
attributes : {
width: "375px",
height: "375px",
alt: "image 1"
}
}
],
thumbnails: [
{
src: "product-thumb.jpg",
attributes : {
width: "100px",
height: "100px",
alt: "image 1"
}
},
{
src: "product.jpg",
attributes : {
width: "100px",
height: "100px",
alt: "image 1"
}
}
]
}
<ProductGallery {...source}/>
``
forked from jayeshpp/react-product-carousel-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
product carousel with tap zoom
License
omvaishnav/react-product-carousel-zoom
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
product carousel with tap zoom
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 87.4%
- CSS 12.6%