Video Skeleton
View in FigmaA shimmer placeholder for video content with a play button and controls bar overlay.
Media & VisualsImport
import { VideoSkeleton } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| size | "sm" | "md" | "lg" | "md" | Skeleton dimensions. |
| aspectRatio | string | "16/9" | Video aspect ratio. |
| showControls | boolean | true | Show play button and control bar. |