Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
import ImageGallery from 'react-image-gallery';
class MyComponent extends React.Component {
render() {
return (
<ImageGallery items={images} />
);
}
}
const images = [
{
original: 'http://lorempixel.com/1000/600/nature/1/',
thumbnail: 'http://lorempixel.com/250/150/nature/1/',
},
{
original: 'http://lorempixel.com/1000/600/nature/2/',
thumbnail: 'http://lorempixel.com/250/150/nature/2/'
},
{
original: 'http://lorempixel.com/1000/600/nature/3/',
thumbnail: 'http://lorempixel.com/250/150/nature/3/'
}
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question