8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b836d4e commit 4aea321Copy full SHA for 4aea321
demo.html renamed to index.html
@@ -20,11 +20,7 @@
20
</label>
21
<label class="block mt-4">
22
<span class="text-gray-700">Input (email)</span>
23
- <input
24
- type="email"
25
- class="mt-1 block w-full rounded-none border-0 border-b focus:ring-0 focus:border-black"
26
- placeholder="john@example.com"
27
- />
+ <input type="email" class="mt-1 block w-full" placeholder="john@example.com" />
28
29
30
<span class="text-gray-700">Input (range)</span>
0 commit comments