RetroEarthDashboardTOC
Responsive Table of Contents component with Retro/Vintage design, Earth tones color scheme, and dark mode support for dashboard use.
HTML Code
<div class="bg-stone-100 dark:bg-stone-900 text-stone-800 dark:text-stone-200 p-6 rounded-lg shadow-lg font-mono">
<h2 class="text-xl font-bold mb-4">Table of Contents</h2>
<ul class="space-y-2">
<li><a href="#section-1" class="hover:underline">1. Introduction</a></li>
<li><a href="#section-2" class="hover:underline">2. Data Overview</a></li>
<li>
<a href="#section-3" class="hover:underline">3. Key Metrics</a>
<ul class="ml-4 mt-1 space-y-1">
<li><a href="#section-3-1" class="hover:underline">3.1. Sales Performance</a></li>
<li><a href="#section-3-2" class="hover:underline">3.2. User Engagement</a></li>
</ul>
</li>
<li><a href="#section-4" class="hover:underline">4. Conclusion</a></li>
</ul>
</div>
Related Components
Table of Contents Component
A responsive Table of Contents component with a glassmorphism design and pastel color scheme, suitable for dashboards with data visualization and control panels.
Table of Contents Component
A responsive Table of Contents component designed in Dark Mode UI style, featuring sections, titles, descriptions, and random images/avatars.
Table of Contents Component
A minimalist Table of Contents component designed with Tailwind CSS, featuring responsive effects and dark theme support.