@arraypress/waveform-playlist-react
v0.3.0
Published
React component wrapper for @arraypress/waveform-playlist — forwardRef-friendly, useEffect lifecycle, a declarative `tracks` array, typed props, and an imperative handle for playlist + chapter navigation.
Maintainers
Readme
Waveform Playlist for React
React component wrapper for @arraypress/waveform-playlist.
Declarative tracks array, typed props, and an imperative ref handle for playlist and chapter navigation.
Install
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' }]} />Documentation
Every option, prop, and pattern lives in the docs.
-> docs.waveformplayer.com
React guide — install, props, the imperative API, and SSR notes. All four React wrappers (player / bar / playlist) are on that page.
License
MIT © ArrayPress
