Expandable Gallery
A responsive image gallery with an interactive hover effect that expands images dynamically.
Install using CLI
Install Manually
Copy and paste the following code
ExpandableGallery.vue
API
Prop Name | Type | Default | Description |
---|---|---|---|
images | string[] | [] | Array of image URLs to display in the gallery. |
Features
- Interactive Hover Effect: Images expand when hovered over, creating a dynamic and engaging user experience.
- Responsive Design: The gallery automatically adjusts to the container size, ensuring it looks great on all devices.
- Smooth Transitions: Includes smooth scaling animations for a polished visual effect.
- Customizable Content: Easily update the
images
array to change the gallery's content.
Credits
- Inspired from Expandable Gallery Component by David Mráz