We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b9fd9 commit 436a8e3Copy full SHA for 436a8e3
index.html
@@ -22,6 +22,10 @@ <h2 class="text-2xl font-bold">Styled</h2>
22
<span class="text-gray-700">Input (text)</span>
23
<input type="text" class="mt-1 block w-full" placeholder="john@example.com" />
24
</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>
29
<label class="block">
30
<span class="text-gray-700">Input (email)</span>
31
<input type="email" class="mt-1 block w-full" placeholder="john@example.com" />
0 commit comments