react-photoswipe-component
v1.0.13
Published
A React component for PhotoSwipe lightbox
Downloads
15
Readme
React PhotoSwipe Component
A React component for PhotoSwipe lightbox
Installation
NPM
npm install --save react-photoswipe-component
How to Use:
JS:
import { PhotoSwipeGallery } from 'react-photoswipe-component';
const PHOTO_ITEMS = [
{
src: 'http://via.placeholder.com/800x394',
w: 800,
h: 394,
caption: "Test Cap"
},
{
src: 'http://via.placeholder.com/1200x900',
w: 1200,
h: 900,
caption: "Caption 123"
}
];
class SwipePhotoTest extends React.Component {
render() {
return (
<div>
<PhotoSwipeGallery items={PHOTO_ITEMS} />
{/* Or you can try this */}
<PhotoSwipeGallery items={PHOTO_ITEMS}>
Open Gallery
</PhotoSwipeGallery>
</div>
)
}
}
export default SwipePhotoTest
Future Goals:
- Automatic image resizing and responsiveness
- Loading Spinner
- Autoplay
- SEO (Schemas)
- Youtube, Vimeo & HTML slides