Skip to content

ImageList

Responsive image grid.

import { ImageList, ImageListItem, Box } from '@truongdq01/ui';
<ImageList cols={2}>
<ImageListItem>
<Box style={{ height: 120, backgroundColor: '#e2e8f0' }} />
</ImageListItem>
<ImageListItem>
<Box style={{ height: 120, backgroundColor: '#cbd5f5' }} />
</ImageListItem>
</ImageList>;
  • Refer to the component props in the API reference or source for advanced configuration.