
Installs all 19 components. Without our CLI, run instead.
limeplay publishes a shadcn registry at limeplay.winoffrg.dev, with 19 components installable through the shadcn CLI.
Each one installs on its own. Names link to the docs that ship them.
Copy-paste media player components for React. Limeplay follows the shadcn/ui model: install a block, get the files in your app, and customize them like code you wrote yourself.
Built on Shaka Player for HLS, DASH, adaptive bitrate, and DRM-capable playback.
Documentation · Blocks · Discord · Development
Start with a React project that already has shadcn/ui initialized.
npx shadcn@latest init
Add the video player block:
npx shadcn add @limeplay/video-player
Use it anywhere in your app:
import { VideoPlayer } from "@/components/limeplay/video-player/player"
export function Player() {
return (
)
}
[!TIP] You can find more blocks in Limeplay Blocks showcase.
For custom layouts, feature hooks, and API references, start with the quick start docs.
MIT © WINOFFRG
The packages and primitives its components pull in, counted across the registry.
Every appearance and removal our crawl has seen in the registry index.