FrameworkStyle

PlayButton

A button component for playing and pausing media playback

Anatomy

<PlayButton />

API reference

Props

Prop Type Default
disabled boolean false
label string | function ''

State

State is accessible via the render, className, and style props.

Property Type
paused boolean
ended boolean
started boolean
VideoJS