Skip to content

Commit 8d2253c

Browse files
committed
feat: better player control ui (configurable)
1 parent 05108b5 commit 8d2253c

2 files changed

Lines changed: 154 additions & 126 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<script setup lang="ts">
2+
const isBackgroundEnabled = false;
3+
</script>
4+
<template>
5+
<section :class="['flex items-center gap-1 rounded-full', { 'bg-neutral-900/60 p-0.5 backdrop-blur-sm xs:p-1': isBackgroundEnabled }]">
6+
<slot></slot>
7+
</section>
8+
</template>

0 commit comments

Comments
 (0)