A modern, customizable video player component with full controls and keyboard shortcuts.
import { VideoPlayer } from "@/components/ui/video-player"; export default function DemoOne() { return ( <> <VideoPlayer src="https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" poster="https://peach.blender.org/wp-content/uploads/bbb-splash.png" size="default" /> </> ); }
Part of HextaUI — browse the full library on 21st.dev.