Sidebar Component
A responsive sidebar component designed in a retro/vintage style with vibrant colors for a dashboard layout. It includes support for dark mode.
HTML Code
<div class="flex flex-col w-64 h-screen p-4 bg-blue-600 text-white dark:bg-blue-900">
<h2 class="text-2xl font-bold mb-6 text-yellow-500">Dashboard</h2>
<div class="flex flex-col space-y-4">
<a href="#" class="p-2 hover:bg-yellow-500 hover:text-black rounded-md transition">Home</a>
<a href="#" class="p-2 hover:bg-yellow-500 hover:text-black rounded-md transition">Reports</a>
<a href="#" class="p-2 hover:bg-yellow-500 hover:text-black rounded-md transition">Analytics</a>
<a href="#" class="p-2 hover:bg-yellow-500 hover:text-black rounded-md transition">Settings</a>
</div>
<div class="mt-auto pt-4 border-t border-gray-300 dark:border-gray-700">
<div class="flex items-center space-x-2">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full">
<span class="text-sm font-semibold">John Doe</span>
</div>
</div>
</div>
Related Components
Sidebar Component 27
A retro/vintage styled sidebar component featuring responsive effects and dark theme support.
Consulting_Sidebar_Dark_Candy_Complex
A complex, responsive sidebar component for consulting/services, featuring a dark mode UI with candy/sweet color accents. Includes navigation, user profile, and quick links.
3D_Sidebar_Documentation_Wiki
A complex, 3D-inspired responsive sidebar component for documentation and wiki sites, using warm neutrals with full dark mode support.