구성 요소 지도 3D 맵 구성 요소

3D 맵 구성 요소

다크 모드를 지원하는 비즈니스 웹사이트를 위한 반응형 3D 맵 구성 요소.

미리 보기

HTML 코드

<section class="py-10 text-gray-700 bg-gray-100 dark:bg-gray-800 dark:text-gray-300">
      <div class="map-container container mx-auto px-4 relative" style="perspective: 1000px;">
        <div class="map-element" style="transform: rotateX(20deg) rotateZ(-10deg);">
          <!-- Replace with an actual map embed or a static image that looks like a map -->
          <img src="https://picsum.photos/seed/map/800/600" alt="Company Location Map" class="w-full h-auto shadow-lg rounded-lg">
        </div>
        <div class="map-overlay absolute top-0 left-0 w-full h-full flex items-center justify-center">
          <div class="bg-white dark:bg-gray-900 p-6 rounded-lg shadow-xl text-center" style="transform: translateZ(50px);">
            <h3 class="text-xl font-bold mb-2">Find Us</h3>
            <p class="text-gray-600 dark:text-gray-400">123 Business St, Corporate City</p>
            <a href="#" class="mt-4 inline-block bg-blue-500 hover:bg-blue-600 text-white py-2 px-4 rounded">Get Directions</a>
          </div>
        </div>
      </div>
    </section>

관련 구성 요소

Maps 컴포넌트

소셜 미디어를 위한 복잡하고 생동감 넘치는 지도 구성 요소로, Tailwind CSS를 사용한 마이크로 인터랙션, 반응형 디자인 및 다크 모드 지원을 제공합니다.

열다

Glassmorphism Maps 컴포넌트

소셜 미디어용 Glassmorphism Maps 구성 요소

열다

Maps 컴포넌트

대시보드를 위한 단색 색 구성표가 있는 스큐어모픽 스타일로 설계된 반응형 지도 구성 요소로, 다크 모드를 지원합니다.

열다