@phila/phila-ui-image-gallery
v1.0.0-beta.6
Published
The image gallery displays a collection of images in a structured, interactive layout, allowing users to browse, view, and optionally expand visual content.
Readme
ImageGallery Component
A simple, customizable Vue 3. ImageGallery component built with TypeScript and Vite. The image gallery displays a collection of images in a structured, interactive layout, allowing users to browse, view, and optionally expand visual content.
Features
- 🎯 TypeScript support with full type definitions
Installation
npm install @phila/phila-ui-image-gallery
# or
yarn add @phila/phila-ui-image-gallery
# or
pnpm add @phila/phila-ui-image-galleryUsage
<script setup lang="ts">
import { ImageGallery } from "@phila/phila-ui-image-gallery";
</script>
<template>...Add basic component template here...</template>Props
| Prop | Type | Default | Description | | ---- | ---- | ------- | ----------- |
| ...Add props here...
Events
| Event | Payload | Description | | ----- | ------- | ----------- |
| ...Add events here...
Examples
...Add examples here...
Development
Install Dependencies
pnpm installRun Demo
pnpm devBuild Library
pnpm buildType Check
pnpm type-checkLicense
MIT
