MCPcopy Create free account
hub / github.com/developersdigest/llm-answer-engine / ImagesSkeleton

Function ImagesSkeleton

components/answer/ImagesComponent.tsx:50–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 };
49
50 const ImagesSkeleton = () => (
51 <div className="w-full p-1 ">
52 <div className="w-full overflow-hidden aspect-video mt-5">
53 <div className="w-full h-full bg-gray-300 dark:bg-gray-700 rounded animate-pulse"></div>
54 </div>
55 </div>
56 );
57
58 const currentImage = images[photoIndex];
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected