Skip to content

Commit

Permalink
Horizontal videocard
Browse files Browse the repository at this point in the history
  • Loading branch information
P-man2976 committed Oct 14, 2023
1 parent f917f03 commit 6761297
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 150 deletions.
10 changes: 5 additions & 5 deletions packages/react/src/components/video/SkeletonVideoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export function SkeletonVideoCard() {
<div className="w-full flex flex-col gap-4">
<Skeleton className="w-full aspect-video rounded-md" />
<div className="flex gap-2">
<Skeleton className="w-6 h-6 rounded-full" />
<div className="flex flex-col gap-0">
<Skeleton className="w-2/3 h-2 rounded-md" />
<Skeleton className="w-1/3 h-2 rounded-md" />
<Skeleton className="w-8 h-8 shrink-0 rounded-full" />
<div className="w-full flex flex-col gap-2">
<Skeleton className="w-2/3 h-4 rounded-md" />
<Skeleton className="w-1/3 h-4 rounded-md" />
</div>
</div>
</div>
);
}
}
Loading

0 comments on commit 6761297

Please sign in to comment.