Blocks
Video Player
A modern seamless flat media player with clean interface design.
npx shadcn add @limeplay/linear-playerInteraction Type
- Hover over the player to reveal the transport controls overlay.
- Drag or click the timeline slider to scrub through the video.
- Use the volume group control to adjust level or toggle mute.
- Toggle captions, playback rate, and picture-in-picture from the bottom controls.
- Open the playlist panel to browse and switch between queued items.
How to Use
import { LinearMediaPlayer } from "@/components/linear-player/media-player"
export function DemoLinearPlayer() {
return (
<section className="flex h-dvh w-dvw bg-black">
<LinearMediaPlayer as="video" />
</section>
)
}