Application Grids 2x1

Live Preview
<div class="grid grid-cols-1 gap-4 lg:grid-cols-3 lg:gap-8">
      <div class="h-32 rounded bg-gray-300 lg:col-span-2"></div>
      <div class="h-32 rounded bg-gray-300"></div>
    </div>

Related components

More items from the merged UI library.

View all