Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.43 KB

File metadata and controls

39 lines (23 loc) · 1.43 KB

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.

npm version license

Documentation · npm


Install

npm install @arraypress/waveform-playlist-react @arraypress/waveform-playlist @arraypress/waveform-player react
import { 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.

React guide — install, props, the imperative API, and SSR notes. All four React wrappers (player / bar / playlist) are on that page.

License

MIT © ArrayPress