Maps Component
A simple Maps component with Glassmorphism design, Grayscale color scheme, and a simple layout. It is responsive and supports dark mode.
HTML Code
<div class="relative flex items-center justify-center w-full h-96 bg-gray-300 dark:bg-gray-700 overflow-hidden" style="backdrop-filter: blur(10px); background-color: rgba(209, 213, 219, 0.3); dark:background-color: rgba(55, 65, 81, 0.3);">
<div class="absolute inset-0 z-0">
<img src="https://picsum.photos/seed/maps/800/600" alt="Map background" class="object-cover w-full h-full">
</div>
<div class="relative z-10 p-6 bg-white bg-opacity-30 dark:bg-gray-800 dark:bg-opacity-30 rounded-lg shadow-lg text-center">
<h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">Find Us Here</h2>
<p class="text-gray-700 dark:text-gray-300">Our location on the map.</p>
</div>
</div>
Related Components
LuxuryFoodMapsComponent
An elegant and responsive food/restaurant map component with a candy-themed color scheme, suitable for desktop, tablet, and mobile, including dark mode support. Features a prominent map area and a list of premium restaurant locations.
Maps Component
A complex and vibrant map component for social media, featuring microinteractions, responsive design, and dark mode support using Tailwind CSS.
Paper_Print_Sepia_Sports_Map_Component
A responsive map-like component for sports/fitness applications with a paper/print-inspired design and sepia/brown color scheme. It includes a simulated map area, location pins, and a legend, with full dark mode support.