<media-play-button>
Button to toggle media playback.
Attributes
Section titled AttributesNone
Slots
Section titled SlotsName | Default Type | Description |
---|---|---|
play | svg | An element shown when the media is paused and pressing the button will start media playback |
pause | svg | An element shown when the media is playing and pressing the button will pause media playback |
Example
Section titled Example<media-play-button>
<svg slot="play"><!-- your SVG --></svg>
<svg slot="pause"><!-- your SVG --></svg>
</media-play-button>
Styling
Section titled StylingSee our styling docs