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

Table of Contents 구성 요소

다크 모드 UI 스타일로 디자인된 반응형 목차 구성 요소로, 섹션, 제목, 설명 및 임의의 이미지/아바타를 제공합니다.

미리 보기

HTML 코드

<div class="bg-gray-900 text-white p-5 rounded-lg shadow-lg">
    <h2 class="text-2xl font-bold mb-4">Table of Contents</h2>
    <ul class="space-y-3">
        <li class="hover:bg-gray-800 rounded p-2 transition duration-300">
            <h3 class="font-semibold">Section 1</h3>
            <p class="text-gray-400">Description of Section 1</p>
            <img src="https://picsum.photos/200/100?random=1" alt="Random Image" class="mt-2 rounded" />
        </li>
        <li class="hover:bg-gray-800 rounded p-2 transition duration-300">
            <h3 class="font-semibold">Section 2</h3>
            <p class="text-gray-400">Description of Section 2</p>
            <img src="https://picsum.photos/200/100?random=2" alt="Random Image" class="mt-2 rounded" />
        </li>
        <li class="hover:bg-gray-800 rounded p-2 transition duration-300">
            <h3 class="font-semibold">Section 3</h3>
            <p class="text-gray-400">Description of Section 3</p>
            <img src="https://picsum.photos/200/100?random=3" alt="Random Image" class="mt-2 rounded" />
        </li>
    </ul>
    <div class="mt-5 border-t border-gray-700 pt-4">
        <h4 class="font-semibold">Author</h4>
        <div class="flex items-center mt-2">
            <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-3" />
            <span class="text-gray-400">John Doe</span>
        </div>
    </div>
</div>

관련 구성 요소

Monospace_Developer_TOC

monospace/developer 미학, 보석 색조 색 구성표, 문서 및 기술 자료 사이트에 최적화된 복잡하고 반응이 빠른 Table of Contents 구성 요소로, 다크 모드를 지원합니다.

열다

Table of Contents 구성 요소

반응형 목차 구성 요소는 스큐어모피즘 디자인, 파스텔 색 구성표 및 다크 모드를 지원하며 포트폴리오에 적합합니다.

열다

3D 목차 구성 요소

전자 상거래를 위해 설계된 반응형 목차 구성 요소로, 3D 디자인 요소와 보색 구성표를 특징으로 합니다. 여기에는 대화형 요소가 포함되어 있으며 다크 모드를 지원합니다.

열다