Sha256: 92a64859eae4b85fa8ccf252c334c9627188e3da354df4992299f41717d10cfe
Contents?: true
Size: 966 Bytes
Versions: 29
Compression:
Stored size: 966 Bytes
Contents
<div> <div class="sm:hidden"> <label for="tabs" class="sr-only">Select a tab</label> <select id="tabs" name="tabs" class="block w-full rounded-md border-gray-300 focus:border-indigo-500 focus:ring-indigo-500"> <option>My Account</option> <option>Company</option> <option selected>Team Members</option> <option>Billing</option> </select> </div> <div class="hidden sm:block"> <nav class="flex space-x-4" aria-label="Tabs"> <a href="#" class="text-gray-600 hover:text-gray-800 px-3 py-2 font-medium text-sm rounded-md">My Account</a> <a href="#" class="text-gray-600 hover:text-gray-800 px-3 py-2 font-medium text-sm rounded-md">Company</a> <a href="#" class="bg-gray-200 text-gray-800 px-3 py-2 font-medium text-sm rounded-md" aria-current="page">Team Members</a> <a href="#" class="text-gray-600 hover:text-gray-800 px-3 py-2 font-medium text-sm rounded-md">Billing</a> </nav> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems