구성 요소 Columns 구성 요소

Columns 구성 요소

Glassmorphism 스타일, 생생한 색상 및 대시보드에 적합한 간단한 레이아웃으로 설계된 Columns Component.

미리 보기

HTML 코드

<div class="flex flex-col md:flex-row md:space-x-4 p-6 bg-gray-900 dark:bg-gray-800 rounded-lg backdrop-blur-lg border border-transparent border-gray-600">
    <div class="flex-1 p-4 bg-white bg-opacity-20 rounded-lg shadow-md dark:bg-gray-700">
        <h2 class="text-xl font-bold text-white mb-2">Column 1</h2>
        <img src="https://picsum.photos/200/100" alt="Image 1" class="w-full rounded-lg mb-2" />
        <p class="text-white">This is a description for the first column. Use this space to display key metrics or important information.</p>
    </div>
    <div class="flex-1 p-4 bg-white bg-opacity-20 rounded-lg shadow-md dark:bg-gray-700">
        <h2 class="text-xl font-bold text-white mb-2">Column 2</h2>
        <img src="https://picsum.photos/200/100" alt="Image 2" class="w-full rounded-lg mb-2" />
        <p class="text-white">This is a description for the second column. Provide insights, visualizations, or controls related to the data here.</p>
    </div>
    <div class="flex-1 p-4 bg-white bg-opacity-20 rounded-lg shadow-md dark:bg-gray-700">
        <h2 class="text-xl font-bold text-white mb-2">Column 3</h2>
        <img src="https://picsum.photos/200/100" alt="Image 3" class="w-full rounded-lg mb-2" />
        <p class="text-white">This is a description for the third column. Summary or additional data visuals can fit nicely in this space.</p>
    </div>
</div>

관련 구성 요소

Columns 구성 요소

어스 톤의 브루탈리즘 스타일로 디자인된 반응형 Columns Component는 전자 상거래에 적합하며 중간 수준의 복잡성과 어두운 테마를 지원합니다.

열다

Neumorphism Columns 컴포넌트

Neumorphism Columns 컴포넌트

열다

Columns 구성 요소

Responsive Columns Component with Dark Mode 지원

열다