Sha256: f27c9b118b6dad93491e71127751969d6d89d90c28eeda700d0c51bc3cecb75a

Contents?: true

Size: 1.49 KB

Versions: 29

Compression:

Stored size: 1.49 KB

Contents

<div class="bg-white">
  <div class="mx-auto max-w-2xl py-16 px-4 sm:py-24 sm:px-6 lg:max-w-7xl lg:px-8">
    <div class="md:flex md:items-center md:justify-between">
      <h2 class="text-2xl font-bold tracking-tight text-gray-900">Trending products</h2>
      <a href="#" class="hidden text-sm font-medium text-indigo-600 hover:text-indigo-500 md:block">
        Shop the collection
        <span aria-hidden="true"> &rarr;</span>
      </a>
    </div>

    <div class="mt-6 grid grid-cols-2 gap-x-4 gap-y-10 sm:gap-x-6 md:grid-cols-4 md:gap-y-0 lg:gap-x-8">
      <div class="group relative">
        <div class="h-56 w-full overflow-hidden rounded-md bg-gray-200 group-hover:opacity-75 lg:h-72 xl:h-80">
          <img src="https://tailwindui.com/img/ecommerce-images/home-page-04-trending-product-02.jpg" alt="Hand stitched, orange leather long wallet." class="h-full w-full object-cover object-center">
        </div>
        <h3 class="mt-4 text-sm text-gray-700">
          <a href="#">
            <span class="absolute inset-0"></span>
            Leather Long Wallet
          </a>
        </h3>
        <p class="mt-1 text-sm text-gray-500">Natural</p>
        <p class="mt-1 text-sm font-medium text-gray-900">$75</p>
      </div>

      <!-- More products... -->
    </div>

    <div class="mt-8 text-sm md:hidden">
      <a href="#" class="font-medium text-indigo-600 hover:text-indigo-500">
        Shop the collection
        <span aria-hidden="true"> &rarr;</span>
      </a>
    </div>
  </div>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tailwind_dsl-0.0.12 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.11 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.10 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.9 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.8 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.7 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.6 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.5 .components/tui/ecommerce/components/product-lists/02.html
tailwind_dsl-0.0.4 .components/tui/ecommerce/components/product-lists/02.html