edbnedbn/ui
ComponentsMapsAudioPDF
GitHub stars
Explorer
Audio
Chat
Audio
Display

Audio Player

Composable audio playback primitives for buttons, progress, duration, and speed controls.

Audio

Installation

npx shadcn@latest add https://ui.edbn.me/r/audio-player.json

Manual

API Reference

Propitem.id
Typestring | number
Default—
DescriptionUnique track identifier.
Propitem.src
Typestring
Default—
DescriptionAudio source URL.
Propitem.data
TypeTData
Default—
DescriptionOptional custom data attached to the track.
Props for the audio-player component.
PropTypeDefaultDescription
item.idstring | number—Unique track identifier.
item.srcstring—Audio source URL.
item.dataTData—Optional custom data attached to the track.

Compound: AudioPlayerProvider > AudioPlayerButton, AudioPlayerProgress, AudioPlayerTime, AudioPlayerDuration, AudioPlayerSpeed.