Skip to content

daviddarnes/play-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-button

A Web Component to play audio or video with a button.

Demo | Further reading

Examples

<script type="module" src="play-button.js"></script>

<play-button>
  <audio controls src="https://darn.es/sounds/daviddarnes.m4a"></audio>
  <button>Play</button>
</play-button>

Features

This Web Component allows you to:

  • Control audio or video elements with a single button which can play and pause the audio or video

Installation

You have a few options (choose one of these):

  1. Install via npm: npm install @daviddarnes/play-button
  2. Download the source manually from GitHub into your project.
  3. Skip this step and use the script directly via a 3rd party CDN (not recommended for production use)

Usage

Make sure you include the <script> in your project (choose one of these):

<!-- Host yourself -->
<script type="module" src="play-button.js"></script>
<!-- 3rd party CDN, not recommended for production use -->
<script type="module" src="https://www.unpkg.com/@daviddarnes/play-button@1.0.0/play-button.js"></script>
<!-- 3rd party CDN, not recommended for production use -->
<script type="module" src="https://esm.sh/@daviddarnes/play-button@1.0.0"></script>

Credit

With thanks to the following people: