AudioPlayer

A AudioPlayer example

A floating audio player, that is intended to be placed above a NavBar in LayoutShellAudio.

The player can be expanded to show additional content about the audio being played.

To keep the player visible across Routes, you can set it up in a group and use GroupConnector.

PopoutAudioButton

A PopoutAudioButton example

Use this button to open the floating audio player.

The data for the floating audio player needs to be loaded here, for example by placing a DataLoaderSingle around the button.

InlineAudioButton

A InlineAudioButton example

In some cases, the floating player is unnecessary. InlineAudioButton plays an audio file directly inside the button.

Load data by placing a DataLoaderSingle or equivalent around the button.