File thumbnail with MIME-aware icon fallback
| Prop | Type | Default | Description |
|---|---|---|---|
name | string | - | File name (used for alt text and fallback label) |
mimeType | string | - | MIME type — controls which icon is shown when no image renders |
url | string | - | Image URL; falls back to icon on error or missing |
size | "sm" | "md" | "lg" | "xl" | "md" | Tile size |
| MIME | Icon |
|---|---|
image/* + valid URL | Image preview (falls back to icon on error) |
application/pdf | PDF icon (red) |
image/vnd.dwg | CAD icon (blue) |
application/zip | Archive icon (yellow) |
| anything else | Generic document icon |