Renders an image with a dark placeholder background that shows while the image is loading.
Automatically applies a subtle zoom effect when a parent element with the group class is hovered.
*
Parameters
props: {alt:string;className?:string;src:string}
The component properties.
alt: string
The alternative text for the image, crucial for accessibility and SEO.
OptionalclassName?: string
Optional custom CSS classes appended to the outer wrapper div.
Renders an image with a dark placeholder background that shows while the image is loading. Automatically applies a subtle zoom effect when a parent element with the
groupclass is hovered. *