add: fundamental of mini player ui
This commit is contained in:
parent
c57d7bc42d
commit
a139d1278a
11
src/components/MiniPlayer.vue
Normal file
11
src/components/MiniPlayer.vue
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<script setup lang="ts"></script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div
|
||||||
|
class="h-9 w-52 bg-neutral-800/80 border border-[#ffffff39] rounded-full backdrop-blur-3xl flex items-center justify-between select-none">
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<div class="rounded-full w-9 h-9 bg-gray-600" />
|
||||||
|
<div class="text-white">Song title</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
Loading…
Reference in New Issue
Block a user