Continue watching section reworked

This commit is contained in:
Aleksi Lassila
2023-08-05 19:22:22 +03:00
parent cd20ece074
commit 9532b4b433
14 changed files with 228 additions and 177 deletions

View File

@@ -0,0 +1,7 @@
<script lang="ts">
export let progress = 0;
</script>
<div class="h-1 bg-zinc-200 bg-opacity-20 rounded-full overflow-hidden">
<div style={'width: ' + progress + '%'} class="h-full bg-zinc-200 bg-opacity-80" />
</div>