feat: added queue slider & input field
This commit is contained in:
parent
65a2dab9af
commit
ac7ef89b01
637 changed files with 101735 additions and 12 deletions
7
frontend/src/lib/components/SuggestionInput.svelte
Normal file
7
frontend/src/lib/components/SuggestionInput.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
</script>
|
||||
|
||||
<div class="flex h-full w-full flex-row items-center gap-2 rounded border-2 border-black p-4">
|
||||
<input type="text" placeholder="Song & Artist" class="h-full w-3/4 rounded" />
|
||||
<button class="w-1/4 rounded">Send</button>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue