구성 요소 인포그래픽 Neumorphic E-commerce 인포그래픽 구성 요소

Neumorphic E-commerce 인포그래픽 구성 요소

전자 상거래를 위한 간단하고 반응이 빠른 뉴모픽 인포그래픽 구성 요소로, 유사한 색 구성표를 사용하고 다크 모드를 지원합니다.

미리 보기

HTML 코드

<div class="p-4 sm:p-8 bg-gray-100 dark:bg-gray-800 font-sans antialiased text-gray-800 dark:text-gray-200 transition-colors duration-300">

  <div class="max-w-4xl mx-auto grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">

    <!-- Infographic Card 1: Sales -->
    <div class="group p-6 rounded-3xl shadow-xl bg-gradient-to-br from-indigo-100 to-purple-100 dark:from-gray-700 dark:to-gray-900 
                shadow-gray-300/60 dark:shadow-gray-900/60 
                dark:hover:shadow-indigo-700/50 
                hover:shadow-indigo-300/80 transition-all duration-300 transform 
                hover:-translate-y-1 hover:scale-105
                relative overflow-hidden">
      <div class="absolute inset-0 bg-gradient-to-br from-indigo-50 to-purple-50 dark:from-gray-600 dark:to-gray-800 opacity-0 group-hover:opacity-100 transition-opacity duration-300 rounded-3xl"></div>
      <div class="relative z-10 flex flex-col items-center text-center">
        <div class="w-16 h-16 rounded-full bg-indigo-200 dark:bg-indigo-600 flex items-center justify-center mb-4 
                    shadow-inner shadow-indigo-300/40 dark:shadow-indigo-900/40 
                    group-hover:bg-indigo-300 dark:group-hover:bg-indigo-700 transition-colors duration-300">
          <svg class="w-8 h-8 text-indigo-700 dark:text-indigo-200 group-hover:text-indigo-800 dark:group-hover:text-indigo-100" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 3.055A9.001 9.001 0 0119 12h-8V3.055z">
            </path>
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.488 9H15V3.512A9.025 9.025 0 0120.488 9z">
            </path>
          </svg>
        </div>
        <h3 class="text-2xl font-bold mb-2 text-indigo-800 dark:text-indigo-200">+25% Sales Growth</h3>
        <p class="text-sm text-gray-600 dark:text-gray-300 leading-relaxed">Year-over-year increase in total sales volume. A strong indication of market expansion and product demand.</p>
      </div>
    </div>

    <!-- Infographic Card 2: Customers -->
    <div class="group p-6 rounded-3xl shadow-xl bg-gradient-to-br from-purple-100 to-pink-100 dark:from-gray-700 dark:to-gray-900 
                shadow-gray-300/60 dark:shadow-gray-900/60 
                dark:hover:shadow-purple-700/50 
                hover:shadow-purple-300/80 transition-all duration-300 transform 
                hover:-translate-y-1 hover:scale-105
                relative overflow-hidden">
      <div class="absolute inset-0 bg-gradient-to-br from-purple-50 to-pink-50 dark:from-gray-600 dark:to-gray-800 opacity-0 group-hover:opacity-100 transition-opacity duration-300 rounded-3xl"></div>
      <div class="relative z-10 flex flex-col items-center text-center">
        <div class="w-16 h-16 rounded-full bg-purple-200 dark:bg-purple-600 flex items-center justify-center mb-4 
                    shadow-inner shadow-purple-300/40 dark:shadow-purple-900/40 
                    group-hover:bg-purple-300 dark:group-hover:bg-purple-700 transition-colors duration-300">
          <svg class="w-8 h-8 text-purple-700 dark:text-purple-200 group-hover:text-purple-800 dark:group-hover:text-purple-100" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-3-3H8a3 3 0 00-3 3v2h5m0-9a4 4 0 110-8 4 4 0 010 8zm-2 10l3-3m0 0l3 3m-3-3v8"></path>
          </svg>
        </div>
        <h3 class="text-2xl font-bold mb-2 text-purple-800 dark:text-purple-200">50k+ Happy Customers</h3>
        <p class="text-sm text-gray-600 dark:text-gray-300 leading-relaxed">Our growing community of satisfied buyers. Building trust and loyalty with exceptional service and products.</p>
      </div>
    </div>

    <!-- Infographic Card 3: Ratings -->
    <div class="group p-6 rounded-3xl shadow-xl bg-gradient-to-br from-pink-100 to-rose-100 dark:from-gray-700 dark:to-gray-900 
                shadow-gray-300/60 dark:shadow-gray-900/60 
                dark:hover:shadow-rose-700/50 
                hover:shadow-rose-300/80 transition-all duration-300 transform 
                hover:-translate-y-1 hover:scale-105
                relative overflow-hidden">
      <div class="absolute inset-0 bg-gradient-to-br from-pink-50 to-rose-50 dark:from-gray-600 dark:to-gray-800 opacity-0 group-hover:opacity-100 transition-opacity duration-300 rounded-3xl"></div>
      <div class="relative z-10 flex flex-col items-center text-center">
        <div class="w-16 h-16 rounded-full bg-pink-200 dark:bg-pink-600 flex items-center justify-center mb-4 
                    shadow-inner shadow-pink-300/40 dark:shadow-pink-900/40 
                    group-hover:bg-pink-300 dark:group-hover:bg-pink-700 transition-colors duration-300">
          <svg class="w-8 h-8 text-pink-700 dark:text-pink-200 group-hover:text-pink-800 dark:group-hover:text-pink-100" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd" d="M10 2.5l2.69 5.5l6.09.88l-4.41 4.3l1.04 6.07L10 18.27l-5.41 2.85l1.04-6.07l-4.41-4.3l6.09-.88L10 2.5z" clip-rule="evenodd"></path>
          </svg>
        </div>
        <h3 class="text-2xl font-bold mb-2 text-pink-800 dark:text-pink-200">4.9/5 Average Rating</h3>
        <p class="text-sm text-gray-600 dark:text-gray-300 leading-relaxed">Consistently high product ratings from verified purchases. Reflecting superior quality and user satisfaction.</p>
      </div>
    </div>

  </div>

</div>

관련 구성 요소

인포그래픽 구성 요소

정부/공공 서비스를 위한 중간 정도의 복잡성 인포그래픽 구성 요소로, 달콤한 사탕 색상과 미묘한 마이크로 인터랙션 디자인을 특징으로 합니다.

열다

레트로인포그래픽컴포넌트

레트로/빈티지 디자인, 파스텔 색 구성표 및 다크 모드를 지원하는 반응형 인포그래픽 구성 요소입니다. 스타일링을 위해 Tailwind CSS를 사용하고 블로그 및 콘텐츠 소비에 적합한 복잡한 인터페이스를 위한 여러 대화형 요소를 포함합니다. 타임라인, 진행률 표시줄, 차트, 클릭 유도문안이 포함되어 있으며, 모두 80/90년대 미학과 파스텔 색상으로 꾸며져 있습니다. picsum.photos의 임의의 이미지를 사용하고 아바타에 randomuser.me 합니다.

열다

인포그래픽 구성 요소

포트폴리오를 위한 복잡하고 미니멀한 인포그래픽 구성 요소로, 주요 통계 또는 성과를 특징으로 합니다. 보색 구성표를 사용하며 다크 모드를 지원하는 반응형 디자인이 포함되어 있습니다.

열다