Skip to content

onedionys/onedionys-image-gallery-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to One Dionys - Image Gallery Component! 👋

Component to display an image gallery with navigation and zoom features. 💖

💾 Requirements

  • 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.

🎯 How To Use

Example Syntax

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();

Explanation

  • 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.

Return Value

  • The renderGallery() method does not return any value. It simply renders the image gallery on the webpage.

📆 Release Date

  • 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

🧑 Author

📝 License

  • Copyright © 2024 One Dionys
  • One Dionys - Image Gallery Component is an open source project licensed under the MIT license

☕️ Suppport & Donation

Love One Dionys - Image Gallery Component? Support this project by donating or sharing with others in need.

Made with ❤️ One Dionys