
Composable audio playback primitives for buttons, progress, duration, and speed controls.
npx shadcn@latest add https://ui.edbn.me/r/audio-player.jsonitem.idstring | number—item.srcstring—item.dataTData—| Prop | Type | Default | Description |
|---|---|---|---|
item.id | string | number | — | Unique track identifier. |
item.src | string | — | Audio source URL. |
item.data | TData | — | Optional custom data attached to the track. |
Compound: AudioPlayerProvider > AudioPlayerButton, AudioPlayerProgress, AudioPlayerTime, AudioPlayerDuration, AudioPlayerSpeed.