src Audio source. Required. | string | — |
autoplay Start playing as soon as the audio can play. | boolean | false |
loop Restart when playback reaches the end. | boolean | false |
label Accessible name for the player group. | string | "Audio player" |
onTimeUpdate Fires on every timeupdate with the position in seconds. | (currentTime: number) => void | — |
onPlayingChange Fires when playback starts or stops. | (playing: boolean) => void | — |
| …and every FlexProps prop | inherited | — |