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";
2
3export 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


PropTypeDefaultDescription
classNamestring-Optional class name on the root container.
thumbnailSrcstring-Source of the thumbnail.
videoSrcstring-Source of the video.