구성 요소 목차 Table of Contents 구성 요소

Table of Contents 구성 요소

glassmorphism 디자인과 파스텔 색 구성표가 있는 반응형 Table of Contents 구성 요소로, 데이터 시각화 및 제어판이 있는 대시보드에 적합합니다.

미리 보기

HTML 코드

<div class="flex flex-col items-center p-5 bg-white rounded-lg shadow-lg glassmorphism dark:bg-gray-800">
    <h2 class="text-2xl font-semibold text-gray-800 dark:text-gray-200 mb-4">Table of Contents</h2>
    <ul class="w-full space-y-3">
        <li class="p-4 rounded-lg bg-white text-gray-700 shadow-md transition-transform duration-300 hover:scale-105 dark:bg-gray-700 dark:text-gray-200"> 
            <a href="#section1">Section 1</a>
        </li>
        <li class="p-4 rounded-lg bg-white text-gray-700 shadow-md transition-transform duration-300 hover:scale-105 dark:bg-gray-700 dark:text-gray-200">
            <a href="#section2">Section 2</a>
        </li>
        <li class="p-4 rounded-lg bg-white text-gray-700 shadow-md transition-transform duration-300 hover:scale-105 dark:bg-gray-700 dark:text-gray-200">
            <a href="#section3">Section 3</a>
        </li>
        <li class="p-4 rounded-lg bg-white text-gray-700 shadow-md transition-transform duration-300 hover:scale-105 dark:bg-gray-700 dark:text-gray-200">
            <a href="#section4">Section 4</a>
        </li>
        <li class="p-4 rounded-lg bg-white text-gray-700 shadow-md transition-transform duration-300 hover:scale-105 dark:bg-gray-700 dark:text-gray-200">
            <a href="#section5">Section 5</a>
        </li>
    </ul>
    <div class="mt-6 w-full">
        <img src="https://picsum.photos/300/200" alt="Sample Image" class="w-full h-auto rounded-lg shadow-lg">
    </div>
    <div class="mt-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-16 h-16 rounded-full shadow-lg">
        <p class="mt-2 text-sm text-gray-500 dark:text-gray-400">User Name</p>
    </div>
</div>

관련 구성 요소

Table of Contents 구성 요소

스큐어모픽 디자인, 트라이어딕 색 구성표 및 어두운 테마 지원을 갖춘 반응형 목차 구성 요소로, 소셜 미디어 인터페이스에 적합합니다. JavaScript는 없으며 HTML 및 Tailwind CSS 만 있습니다.

열다

레트로어스대시보드TOC

반응형 목차 구성 요소에는 레트로/빈티지 디자인, 어스 톤 색 구성표, 대시보드 사용을 위한 다크 모드 지원이 있습니다.

열다

Table of Contents 구성 요소 - 예약/예약

예약/예약 시스템을 위한 간단하고 반응이 빠른 Table of Contents 구성 요소로, 회색조 색상과 미묘한 그라데이션 전환을 특징으로 합니다. 다크 모드 지원이 포함됩니다.

열다