Site Map Component
A retro/vintage style site map component featuring responsive effects and dark theme support.
HTML Code
<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md max-w-3xl mx-auto mt-10">
<h2 class="text-2xl font-bold text-center text-gray-800 dark:text-gray-200 mb-4">Site Map</h2>
<ul class="space-y-4">
<li class="bg-gray-100 dark:bg-gray-700 p-4 rounded-md flex items-center justify-between">
<div class="flex items-center">
<img src="https://picsum.photos/40/40" alt="Avatar" class="rounded-full mr-3">
<span class="text-gray-600 dark:text-gray-300">Home</span>
</div>
<a href="#" class="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400">Visit</a>
</li>
<li class="bg-gray-100 dark:bg-gray-700 p-4 rounded-md flex items-center justify-between">
<div class="flex items-center">
<img src="https://picsum.photos/40/40" alt="Avatar" class="rounded-full mr-3">
<span class="text-gray-600 dark:text-gray-300">About Us</span>
</div>
<a href="#" class="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400">Visit</a>
</li>
<li class="bg-gray-100 dark:bg-gray-700 p-4 rounded-md flex items-center justify-between">
<div class="flex items-center">
<img src="https://picsum.photos/40/40" alt="Avatar" class="rounded-full mr-3">
<span class="text-gray-600 dark:text-gray-300">Services</span>
</div>
<a href="#" class="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400">Visit</a>
</li>
<li class="bg-gray-100 dark:bg-gray-700 p-4 rounded-md flex items-center justify-between">
<div class="flex items-center">
<img src="https://picsum.photos/40/40" alt="Avatar" class="rounded-full mr-3">
<span class="text-gray-600 dark:text-gray-300">Contact</span>
</div>
<a href="#" class="text-blue-500 hover:text-blue-600 dark:hover:text-blue-400">Visit</a>
</li>
</ul>
</div>
Related Components
Site Map Component
A retro/vintage site map component designed for social media interfaces, using a monochromatic color scheme. It features a simple layout with a dark theme for better readability and aesthetic appeal.
Site Map Component
A responsive Site Map Component designed for dark mode using pastel colors, suitable for dashboards.
Site Map Component
A responsive sitemap component with microinteractions, pastel color scheme, and dark theme support, suitable for e-commerce websites. It includes a header, a search bar, and several categories with links.