This commit is contained in:
ct
2025-07-15 02:38:23 +08:00
parent 3a2818473c
commit d57c75d5d7
4 changed files with 135 additions and 58 deletions

View File

@@ -0,0 +1,7 @@
const MediaItemSkeleton = () => {
return (
<div className="aspect-[9/16] w-full rounded-lg bg-gradient-to-r from-muted via-background to-muted bg-[length:200%_100%] animate-shimmer" />
);
};
export { MediaItemSkeleton };