Utility
Component Not Available
ImageModal not found in registry
Found in: utility • src/components/utility/ImageModal.astro
Interactive Component Editor
No example data found in JSDoc @example
Add an @example block to enable interactive editing
Component Information
Name: ImageModal
Category: utility
Path: src/components/utility/ImageModal.astro
Description: ImageModal - Full-screen image modal for expanding screenshots and images
JSDoc Props Documentation
id: string - Unique identifier for the modal (required)
src: string - Image source URL (required)
alt: string - Alt text for accessibility (required)
caption?: string - Optional image caption (optional)
showCaption?: boolean - Whether to display the caption (optional, default: true)
showCloseButton?: boolean - Whether to show the close button (optional, default: true)
allowZoom?: boolean - Whether to allow zoom functionality (optional, default: true)
Documentation
For detailed usage instructions, props, and examples, check the JSDoc comments in the component file or see the complete component documentation.