Skip to main content

Overview

Expandable Gallery is a responsive image gallery component with interactive hover effects that dynamically expand images. Perfect for showcasing photo collections or portfolios.

Usage

<template>
  <ExpandableGallery :images="imageUrls" />
</template>

<script setup>
const imageUrls = [
  '/image1.jpg',
  '/image2.jpg',
  '/image3.jpg'
]
</script>

API Reference

Props

Prop NameTypeDefaultDescription
imagesstring[][]Array of image URLs to display in the gallery.

Credits

Build docs developers (and LLMs) love