React component wrapper for @arraypress/waveform-playlist.
Declarative tracks array, typed props, and an imperative ref handle for playlist and chapter navigation.
npm install @arraypress/waveform-playlist-react @arraypress/waveform-playlist @arraypress/waveform-player reactimport { WaveformPlaylist } from '@arraypress/waveform-playlist-react';
<WaveformPlaylist tracks={[{ url: '/a.mp3', title: 'A', artist: 'Artist' }]} />Every option, prop, and pattern lives in the docs.
React guide — install, props, the imperative API, and SSR notes. All four React wrappers (player / bar / playlist) are on that page.
MIT © ArrayPress