react-youtube-jukebox
DocsInstallation

Installation

Install the published package and keep `react` / `react-dom` in your app. The docs app lives in this monorepo, but consumers only install the package below.

pnpm add @react-youtube-jukebox/core
npm install @react-youtube-jukebox/core
yarn add @react-youtube-jukebox/core
bun add @react-youtube-jukebox/core

Styles

The package injects its default stylesheet automatically when you import the component.

import { Jukebox } from "@react-youtube-jukebox/core";

The default theme is `glass`. You can switch UI presets with theme and chrome without changing the core playback flow.

Next Steps

Continue to Quick Start for the minimal setup, or open API & Playground to inspect the available props and render hooks.