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-jukeboxnpm install react-youtube-jukeboxyarn add react-youtube-jukeboxbun add react-youtube-jukeboxStyles
The package injects its default stylesheet automatically when you import the component.
import { Jukebox } from "react-youtube-jukebox";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.