Gallery

A responsive thumbnail grid.

API reference

Inputs

PropTypeDefaultDescription
imagesreadonly (string | GalleryImage)[][]Images to display, given as URLs or `GalleryImage` objects.
columnsnumber3Number of grid columns (1-6).
roundedstring'rounded-lg'Tailwind class controlling thumbnail corner rounding.

Types

GalleryImage

FieldTypeDescription
srcstringImage source URL.
alt?stringAlternative text for the image.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.