Docs
→Card
→Video Showcase
Video Showcase
A video showcase component.
by Sarthak Kapila
Demonstration video showing how the waitlist works. No captions are necessary as this is primarily a visual demo with no speech.
Click to expand
Installation
Usage
Video Showcase Example
1import VideoShowcase from "@/components/video-showcase";23export default function Example() {4 return <VideoShowcase />;5}
Understanding the component
The video showcase component is a component that displays a video and a thumbnail.
Credits
By Sarthak Kapila.
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | - | Optional class name on the root container. |
thumbnailSrc | string | - | Source of the thumbnail. |
videoSrc | string | - | Source of the video. |