Components Columns Columns Component

Columns Component

A simple, responsive column component with a dark monochromatic theme, suitable for showcasing portfolios.

Preview

HTML Code

<div class="dark:bg-gray-900 dark:text-gray-200 min-h-screen p-8">
  <div class="container mx-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
    <div class="bg-gray-800 rounded-lg shadow-lg p-6">
      <img class="w-full h-48 object-cover rounded-md mb-4" src="https://picsum.photos/seed/picsum1/400/300" alt="Project 1">
      <h3 class="text-xl font-semibold mb-2">Project One</h3>
      <p class="text-gray-400 text-sm">A brief description of project one, highlighting its key features and technologies used.</p>
    </div>
    <div class="bg-gray-800 rounded-lg shadow-lg p-6">
      <img class="w-full h-48 object-cover rounded-md mb-4" src="https://picsum.photos/seed/picsum2/400/300" alt="Project 2">
      <h3 class="text-xl font-semibold mb-2">Project Two</h3>
      <p class="text-gray-400 text-sm">Another project description, focusing on the impact and results of the work.</p>
    </div>
    <div class="bg-gray-800 rounded-lg shadow-lg p-6">
      <img class="w-full h-48 object-cover rounded-md mb-4" src="https://picsum.photos/seed/picsum3/400/300" alt="Project 3">
      <h3 class="text-xl font-semibold mb-2">Project Three</h3>
      <p class="text-gray-400 text-sm">Description for the third project, detailing the creative process and solutions.</p>
    </div>
  </div>
</div>

Related Components

Columns Component

Columns Component for a Dashboard, featuring a 3D design with complementary colors. It includes three responsive columns with a simple layout, dark mode support, and uses Tailwind CSS for styling. No JavaScript is included.

Open

Columns Component 49

A responsive Columns Component with skeuomorphic design mimicking real-world elements, featuring dark theme support and using Tailwind CSS.

Open

Columns Component

A minimalist columns component with a grayscale color scheme designed for social networking interfaces. It features a responsive layout with dark theme support.

Open