Shadix UIVideo Player

Video Player

Previous

A customizable video player component for shadcn/ui. Allows users to play videos with a progress bar, volume control, and fullscreen toggle.

Who Developed This Component:

Installation

GitHub
pnpm dlx shadcn@latest add @shadix-ui/video-player

Usage

Basic Usage

Import the component

import { VideoPlayer } from '@/components/video-player';

Use the component

<VideoPlayer src="https://www.youtube.com/watch?v=dQw4w9WgXcQ" />

Props

Built by Gihan (apix-js) for Shadcn at Vercel. Source code on GitHub.