Thumbnail
The Thumbnail pattern displays static image previews in a simple layout, allowing users to add, replace, or delete images for products, employees, or entities.
- Overview
- Specs
- Guidelines
Pattern
The Thumbnail pattern is a element designed to display small image previews of products, employees, or other entities in a fixed layout. Each thumbnail represents a single image that gives users a quick visual reference without additional navigation.
This component also provides essential management functionality. Users can add new images by uploading them directly to the grid, as well as change or update any existing image by replacing it. If an image is no longer relevant, it can be easily deleted with a simple action.

- A: Regular Size;
- B: Small Size;
- 1: Accent Icon;
- 2: Description;
- 3: Button;
- 4: Delete Button Icon;
- 5: Button;
- 6: Applied Image/Icon;
Used for:
Product forms
Allow users to update or add product images to give a visual appearance of the product itself;
Entity forms
Allow users to update or add the entity’s logo to give a visual appearance of the entity itself;
Employee configuration
Allows users to update or add a profile picture to give a visual appearance of the employee themselves;
Don’t use for:
Multi-file management
For scenarios requiring more than one image, such as reports, an image uploader would be more suitable;
Performance Concerns
A large number of thumbnails can slow down page load times and affect performance.
Need for Detailed Image Views
Thumbnails lack the detail needed for tasks like zooming or close inspection.
Demo
Access the Figma file and inspect the element using Dev Mode.

Last Update

- Added Empty State;