Komponente "Inhaltsverzeichnis"
Eine reaktionsschnelle Inhaltsverzeichnis-Komponente, die für den Dunkelmodus entwickelt wurde und Abschnitte mit Titeln und Platzhaltern für Bilder und Avatare enthält.
HTML-Code
<div class="bg-gray-900 text-white min-h-screen p-5">
<h1 class="text-3xl font-bold mb-4">Table of Contents</h1>
<ul class="space-y-4">
<li class="bg-gray-800 rounded-lg p-4 shadow hover:shadow-lg transition-shadow duration-200">
<div class="flex items-center">
<img src="https://picsum.photos/50" alt="Placeholder Image" class="rounded-full mr-3">
<h2 class="text-xl font-semibold">Section 1</h2>
</div>
<p class="mt-2 text-gray-400">Description for section 1 goes here. It can contain an overview or an introduction.</p>
</li>
<li class="bg-gray-800 rounded-lg p-4 shadow hover:shadow-lg transition-shadow duration-200">
<div class="flex items-center">
<img src="https://picsum.photos/50" alt="Placeholder Image" class="rounded-full mr-3">
<h2 class="text-xl font-semibold">Section 2</h2>
</div>
<p class="mt-2 text-gray-400">Description for section 2 goes here. It can contain an overview or an introduction.</p>
</li>
<li class="bg-gray-800 rounded-lg p-4 shadow hover:shadow-lg transition-shadow duration-200">
<div class="flex items-center">
<img src="https://picsum.photos/50" alt="Placeholder Image" class="rounded-full mr-3">
<h2 class="text-xl font-semibold">Section 3</h2>
</div>
<p class="mt-2 text-gray-400">Description for section 3 goes here. It can contain an overview or an introduction.</p>
</li>
<li class="bg-gray-800 rounded-lg p-4 shadow hover:shadow-lg transition-shadow duration-200">
<div class="flex items-center">
<img src="https://picsum.photos/50" alt="Placeholder Image" class="rounded-full mr-3">
<h2 class="text-xl font-semibold">Section 4</h2>
</div>
<p class="mt-2 text-gray-400">Description for section 4 goes here. It can contain an overview or an introduction.</p>
</li>
</ul>
</div>
Verwandte Komponenten
Monospace_Developer_TOC
Eine komplexe, reaktionsschnelle Inhaltsverzeichniskomponente mit Monospace-/Entwickler-Ästhetik und juwelenfarbenem Farbschema, optimiert für Dokumentations- und Wissensdatenbank-Websites, mit Unterstützung für den Dunkelmodus.
Inhaltsverzeichnis Komponente 34
Eine reaktionsschnelle Inhaltsverzeichnis-Komponente, die mit Material Design gestaltet ist, Unterstützung für dunkle Designs bietet und Tailwind CSS verwendet.
Komponente "Inhaltsverzeichnis"
Eine einfache, reaktionsschnelle Inhaltsverzeichniskomponente mit Neon-/Leuchteffekten und einem herbstlichen Farbschema, geeignet für Fotoportfolios oder Galerien, einschließlich Unterstützung des Dunkelmodus.