Skip to content

Commit 436a8e3

Browse files
authored
update demo
1 parent d0b9fd9 commit 436a8e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ <h2 class="text-2xl font-bold">Styled</h2>
2222
<span class="text-gray-700">Input (text)</span>
2323
<input type="text" class="mt-1 block w-full" placeholder="john@example.com" />
2424
</label>
25+
<label class="block">
26+
<span class="text-gray-700">Input (text) [without `type` attribute]</span>
27+
<input class="mt-1 block w-full" placeholder="john@example.com" />
28+
</label>
2529
<label class="block">
2630
<span class="text-gray-700">Input (email)</span>
2731
<input type="email" class="mt-1 block w-full" placeholder="john@example.com" />

0 commit comments

Comments
 (0)