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}/>
``
-
Notifications
You must be signed in to change notification settings - Fork 1
product carousel with tap zoom
License
jayeshpp/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