adds example progress bar

This commit is contained in:
Ollie Taylor
2023-02-22 00:30:12 +00:00
parent 07212fc671
commit 95bb3263ff
+2
View File
@@ -21,6 +21,8 @@
bind:currentTime
let:duration
>
<progress data-paused={paused ? 'true' : 'false'} max={duration} value={currentTime} />
<h5>Custom audio controls</h5>
<h6>Audio Actions</h6>