Posts Learn Components Snippets Categories Tags Tools About
/
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 xl:grid-cols-6 gap-6 w-full">
  <div
	   class="relative p-4 w-full bg-white rounded-lg overflow-hidden hover:shadow flex flex-col justify-center items-center"
	   style="min-height: 160px"
	   >
	<div class="w-16 h-16 bg-gray-100 rounded-lg"></div>

	<h2 class="mt-2 text-gray-800 text-sm font-semibold line-clamp-1">
	  Category 1
	</h2>
  </div>

  <div
	   class="relative p-4 w-full bg-white rounded-lg overflow-hidden hover:shadow flex flex-col justify-center items-center"
	   style="min-height: 160px"
	   >
	<div class="w-16 h-16 bg-gray-100 rounded-lg"></div>

	<h2 class="mt-2 text-gray-800 text-sm font-semibold line-clamp-1">
	  Category 2
	</h2>
  </div>

  <div
	   class="relative p-4 w-full bg-white rounded-lg overflow-hidden hover:shadow flex flex-col justify-center items-center"
	   style="min-height: 160px"
	   >
	<div class="w-16 h-16 bg-gray-100 rounded-lg"></div>

	<h2 class="mt-2 text-gray-800 text-sm font-semibold line-clamp-1">
	  Category 3
	</h2>
  </div>

  <div
	   class="relative p-4 w-full bg-white rounded-lg overflow-hidden hover:shadow flex flex-col justify-center items-center"
	   style="min-height: 160px"
	   >
	<div class="w-16 h-16 bg-gray-100 rounded-lg"></div>

	<h2 class="mt-2 text-gray-800 text-sm font-semibold line-clamp-1">
	  Category 4
	</h2>
  </div>

  <div
	   class="relative p-4 w-full bg-white rounded-lg overflow-hidden hover:shadow flex flex-col justify-center items-center"
	   style="min-height: 160px"
	   >
	<div class="w-16 h-16 bg-gray-100 rounded-lg"></div>

	<h2 class="mt-2 text-gray-800 text-sm font-semibold line-clamp-1">
	  Category 5
	</h2>
  </div>

  <div
	   class="relative p-4 w-full bg-white rounded-lg overflow-hidden hover:shadow flex flex-col justify-center items-center"
	   style="min-height: 160px"
	   >
	<div class="w-16 h-16 bg-gray-100 rounded-lg"></div>

	<h2 class="mt-2 text-gray-800 text-sm font-semibold line-clamp-1">
	  Category 6
	</h2>
  </div>
</div>

Tailwind CSS basic category card component

[email protected] 1702 views

How to install and add to your project?

Step 1: Include Scripts and Styling CDN inside the head tag

<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css">
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>

Step 2: Copy the Tailwind CSS Basic Category Card component code above as you need it

Step 3: Preview the component in your browser 🚀

Step 4: For production release make sure to use the official Tailwind CSS Installation

You are done 🎉

Credits or Attribution

If you enjoy using our components, please do give us (PostSrc) credit in your project footer section or about page. Copy the HTML below for attribution.

<a href="https://postsrc.com/components" target="_blank" rel="noopener" title="PostSrc Components - Collection of Tailwind CSS components for everyone to use"><img style="width: auto; height: 46px;" src="https://postsrc.com/img/attr.png" alt="PostSrc logo"></a>

Other Tailwind CSS Card Components

More Components

Sponsors 👑

+ Add Yours
)