8 lines
263 B
Svelte
8 lines
263 B
Svelte
![]() |
<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>
|