Loomix

React Video Player

A lightweight, drop-in replacement for the native HTML5 video element.

haaarshsingh/loomix
ROADS OF KYRGYZSTAN | Cinematic Travel Video (4K)
0:00/0:00
import { LoomixPlayer } from "@/components/ui/loomix-player";

export default function Demo() {
  return (
    <LoomixPlayer
      src="/video.mp4"
      poster="/poster.jpg"
      className="aspect-video w-full"
    />
  );
}

Examples

Explore live demos and recipes for the Loomix player.

View examples

Install

Add the player via the shadcn registry or npm package.

Get started

Contribute

Report bugs, suggest features, or open pull requests.

View GitHub