Sha256: f4934958a60e85273ce7aee188f668efbf06d937d23ca187dd16980ea0941b25
Contents?: true
Size: 1.59 KB
Versions: 29
Compression:
Stored size: 1.59 KB
Contents
<div class="border-b border-gray-200 pb-5 sm:pb-0"> <h3 class="text-lg font-medium leading-6 text-gray-900">Candidates</h3> <div class="mt-3 sm:mt-4"> <div class="sm:hidden"> <label for="current-tab" class="sr-only">Select a tab</label> <select id="current-tab" name="current-tab" class="block w-full rounded-md border-gray-300 py-2 pl-3 pr-10 text-base focus:border-indigo-500 focus:outline-none focus:ring-indigo-500 sm:text-sm"> <option>Applied</option> <option>Phone Screening</option> <option selected>Interview</option> <option>Offer</option> <option>Hired</option> </select> </div> <div class="hidden sm:block"> <nav class="-mb-px flex space-x-8"> <a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap pb-4 px-1 border-b-2 font-medium text-sm">Applied</a> <a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap pb-4 px-1 border-b-2 font-medium text-sm">Phone Screening</a> <a href="#" class="border-indigo-500 text-indigo-600 whitespace-nowrap pb-4 px-1 border-b-2 font-medium text-sm" aria-current="page">Interview</a> <a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap pb-4 px-1 border-b-2 font-medium text-sm">Offer</a> <a href="#" class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap pb-4 px-1 border-b-2 font-medium text-sm">Hired</a> </nav> </div> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems