Sha256: 0024b357ae2ca7eb34d570bbec24ec112f648fefb4204126b25a1795bc8bcfdc
Contents?: true
Size: 966 Bytes
Versions: 29
Compression:
Stored size: 966 Bytes
Contents
<div class="isolate -space-y-px rounded-md shadow-sm"> <div class="relative rounded-md rounded-b-none border border-gray-300 px-3 py-2 focus-within:z-10 focus-within:border-indigo-600 focus-within:ring-1 focus-within:ring-indigo-600"> <label for="name" class="block text-xs font-medium text-gray-900">Name</label> <input type="text" name="name" id="name" class="block w-full border-0 p-0 text-gray-900 placeholder-gray-500 focus:ring-0 sm:text-sm" placeholder="Jane Smith"> </div> <div class="relative rounded-md rounded-t-none border border-gray-300 px-3 py-2 focus-within:z-10 focus-within:border-indigo-600 focus-within:ring-1 focus-within:ring-indigo-600"> <label for="job-title" class="block text-xs font-medium text-gray-900">Job Title</label> <input type="text" name="job-title" id="job-title" class="block w-full border-0 p-0 text-gray-900 placeholder-gray-500 focus:ring-0 sm:text-sm" placeholder="Head of Tomfoolery"> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems