Skip to main content

Installation

Usage

Unlike the React block, there is no single <bw-minimal-player> element. Compose the custom elements inside a <bw-minimal-player-provider>:
While stopped, only play and the “Listen to article” call to action are visible. Once playback starts, seek-back 10s, the speed dropdown (0.9x–2x), and current time appear instead. Every element resolves its nearest <bw-minimal-player-provider> ancestor and subscribes to player events; the buttons emit events built with newEvent.
These components expect the BeyondWords player to be available as a global BeyondWords (the player UMD script). Load it before the provider connects.