Sha256: c8df59517310c965daf823b252fb7eed00163afb9504319a91dd757dc48c05ee
Contents?: true
Size: 1.82 KB
Versions: 29
Compression:
Stored size: 1.82 KB
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 selected>My Account</option> <option>Company</option> <option>Team Members</option> <option>Billing</option> </select> </div> <div class="hidden sm:block"> <nav class="isolate flex divide-x divide-gray-200 rounded-lg shadow" aria-label="Tabs"> <a href="#" class="text-gray-900 rounded-l-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-sm font-medium text-center hover:bg-gray-50 focus:z-10" aria-current="page"> <span>My Account</span> <span aria-hidden="true" class="bg-indigo-500 absolute inset-x-0 bottom-0 h-0.5"></span> </a> <a href="#" class="text-gray-500 hover:text-gray-700 group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-sm font-medium text-center hover:bg-gray-50 focus:z-10"> <span>Company</span> <span aria-hidden="true" class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span> </a> <a href="#" class="text-gray-500 hover:text-gray-700 group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-sm font-medium text-center hover:bg-gray-50 focus:z-10"> <span>Team Members</span> <span aria-hidden="true" class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span> </a> <a href="#" class="text-gray-500 hover:text-gray-700 rounded-r-lg group relative min-w-0 flex-1 overflow-hidden bg-white py-4 px-4 text-sm font-medium text-center hover:bg-gray-50 focus:z-10"> <span>Billing</span> <span aria-hidden="true" class="bg-transparent absolute inset-x-0 bottom-0 h-0.5"></span> </a> </nav> </div> </div>
Version data entries
29 entries across 29 versions & 1 rubygems