Image Masonry
llms.txtExample
Usage
<ImageMasonry {images} />
API Reference
ImageMasonry
A responsive masonry grid layout for images with optional names and click interactions.
Property Type Description
images required
array
The array of images to display.
interactive
boolean
Whether images have hover effects and are clickable. Default:
truemaxColumns
number
The maximum number of columns in the masonry grid. Default:
4showNames
boolean
Whether to show image names below each image. Default:
trueclass
string
Additional CSS classes to apply. Default: —
Property
images
interactive
maxColumns
showNames
class