구성 요소 데이터 시각화 구성 요소 Data Visualization Components 구성 요소

Data Visualization Components 구성 요소

소셜 미디어를 위한 레트로 빈티지 데이터 시각화 구성 요소로, 보색과 적당한 복잡성을 특징으로 합니다. 반응형이며 Tailwind CSS를 사용하여 다크 모드를 지원합니다.

미리 보기

HTML 코드

<div class="p-8 bg-gradient-to-br from-purple-700 to-indigo-900 min-h-screen dark:from-gray-900 dark:to-black font-mono">
  <div class="max-w-4xl mx-auto bg-gray-100 dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden md:flex">
    <div class="md:flex-shrink-0 p-6 md:w-1/3 bg-purple-800 dark:bg-gray-900 text-white flex flex-col justify-between">
      <div>
        <h2 class="text-3xl font-bold mb-4 text-yellow-300 dark:text-cyan-400">Activity Monitor</h2>
        <p class="text-purple-200 dark:text-gray-400 mb-6">Your social media pulse, vintage style.</p>
        <div class="mb-4">
          <p class="text-xl font-semibold text-yellow-300 dark:text-cyan-400">Followers Gained</p>
          <p class="text-4xl">1,234</p>
        </div>
        <div>
          <p class="text-xl font-semibold text-yellow-300 dark:text-cyan-400">Likes This Week</p>
          <p class="text-4xl">5,678</p>
        </div>
      </div>
      <div class="mt-8">
        <div class="w-16 h-16 rounded-full overflow-hidden mx-auto border-4 border-yellow-300 dark:border-cyan-400">
          <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="User Avatar" class="w-full h-full object-cover">
        </div>
        <p class="text-center text-sm mt-2 text-purple-300 dark:text-gray-400">Logged in as @RetroUser</p>
      </div>
    </div>

    <div class="p-6 md:w-2/3 flex flex-col justify-between">
      <div>
        <h3 class="text-2xl font-bold mb-4 text-purple-700 dark:text-gray-200">Engagement Overview</h3>
        
        <!-- Graph Placeholder - Simplified for HTML Only -->
        <div class="bg-purple-200 dark:bg-gray-700 rounded-lg p-4 mb-6 relative">
          <div class="h-48 w-full bg-gradient-to-t from-red-600 to-pink-500 dark:from-red-800 dark:to-pink-700 rounded-md relative overflow-hidden">
            <div class="absolute bottom-0 left-0 right-0 h-1/4 bg-red-700 opacity-75 animate-pulse"></div>
            <div class="absolute bottom-0 right-1/4 w-1/3 h-1/2 bg-yellow-400 opacity-75 animate-pulse" style="animation-delay: 0.5s;"></div>
            <div class="absolute bottom-0 left-1/2 w-1/4 h-3/4 bg-green-400 opacity-75 animate-pulse" style="animation-delay: 1s;"></div>
            <div class="absolute bottom-0 w-1/6 h-full bg-blue-400 opacity-75 animate-pulse" style="animation-delay: 1.5s;"></div>
          </div>
          <p class="text-sm text-gray-600 dark:text-gray-400 text-center mt-2">Activity Trend (Simulated)</p>
        </div>

        <div class="grid grid-cols-2 gap-4 text-center">
          <div class="bg-gray-200 dark:bg-gray-700 p-4 rounded-lg">
            <p class="text-lg font-semibold text-purple-600 dark:text-gray-300">Posts</p>
            <p class="text-3xl text-purple-800 dark:text-gray-100">87</p>
          </div>
          <div class="bg-gray-200 dark:bg-gray-700 p-4 rounded-lg">
            <p class="text-lg font-semibold text-purple-600 dark:text-gray-300">Shares</p>
            <p class="text-3xl text-purple-800 dark:text-gray-100">321</p>
          </div>
        </div>
      </div>
      
      <div class="mt-8 text-sm text-gray-500 dark:text-gray-400 text-center">
        <p>&copy; 2023 Retro Social Analytics. All rights reserved.</p>
      </div>
    </div>
  </div>
</div>

관련 구성 요소

Data Visualization Components 구성 요소

블로그/콘텐츠 웹 사이트를 위해 설계된 여러 대화형 요소가 있는 반응형 데이터 시각화 구성 요소입니다. 미니멀리스트/플랫 디자인, 보색 구성표가 특징이며 어두운 테마 지원이 포함되어 있습니다.

열다

Art Deco Data Visualization 구성 요소

컨설팅 서비스를 위한 복잡하고 반응이 빠른 아르데코 스타일의 데이터 시각화 구성 요소로, 기하학적 패턴과 고급스러운 보라색/보라색 색 구성표를 특징으로 합니다. 다크 모드 지원이 포함됩니다.

열다

Weather_Climate_Retro_Dark_Dashboard

날씨 및 기후 데이터를 위한 간단한 레트로 테마의 다크 모드 대시보드 구성 요소로, 모든 장치에서 반응합니다.

열다