create usernameinput lit element

This commit is contained in:
evanpelle
2024-10-12 09:11:29 -07:00
parent a02d148151
commit 6eaa14da73
5 changed files with 107 additions and 120 deletions
+1 -4
View File
@@ -31,10 +31,7 @@
<h2 class="text-6xl mb-2">(v0.6.5)</h2>
<div class="flex justify-center items-start">
<div class="w-full max-w-3xl p-4 space-y-4">
<!-- Username input -->
<input type="text" id="username" placeholder="Enter your username"
class="w-full px-3 py-2 bg-white border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
maxlength="18">
<username-input></username-input>
<!-- Button layout -->
<div class="flex space-x-4 max-w-xs mx-auto">
<!-- Single Player button -->