Audio player

A compact audio player bar.

Nightfall
The Band
0:000:00

Compact

0:000:00

API reference

Inputs

PropTypeDefaultDescription
srcstring''Audio source URL for the underlying `<audio>` element.
titlestring''Track title shown next to the controls.
artiststring''Artist name shown under the title.
autoplaybooleanfalseWhether to start playback automatically once loaded.
compactbooleanfalseCondensed layout: hides the title block and mute button.
seekLabelstringAccessible label override for the seek slider.
playLabelstringAccessible label override for the play button.
pauseLabelstringAccessible label override for the pause button.
muteLabelstringAccessible label override for the mute button.
unmuteLabelstringAccessible label override for the unmute button.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.