Component to display an image gallery with navigation and zoom features. 💖
-
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera]. -
Internet
- Because many use CDN and to make it easier to find solutions to all problems.
const ImageGallery = require('image-gallery-component');
// Create an instance of ImageGallery with an array of image URLs
const images = ['image1.jpg', 'image2.jpg', 'image3.jpg'];
const gallery = new ImageGallery(images);
// Render the image gallery
gallery.renderGallery();
- The ImageGallery class allows you to easily create and manage an image gallery in your web application. You can initialize the gallery with an array of image URLs and then use the renderGallery() method to display the gallery on your webpage.
- The renderGallery() method does not return any value. It simply renders the image gallery on the webpage.
- v1.0.0 : 08 March 2024
- v1.0.1 : 11 March 2024
- v4.0.0 : 11 March 2024
- v4.0.1 : 12 March 2024
- v4.0.2 : 18 March 2024
- v5.0.0 : 31 March 2024
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
- Copyright © 2024 One Dionys
- One Dionys - Image Gallery Component is an open source project licensed under the MIT license
Love One Dionys - Image Gallery Component? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys