구성 요소 진행 표시기 Progress Indicators 구성 요소

Progress Indicators 구성 요소

소셜 미디어 인터페이스에 적합한 뉴모픽 스타일의 진행률 표시기로, 다크 모드를 지원하는 간단한 레이아웃과 반응형 디자인이 특징입니다.

미리 보기

HTML 코드

<div class="flex flex-col items-center justify-center p-6">
  <div class="w-full max-w-xs p-4 bg-gray-200 rounded-lg shadow-lg dark:bg-gray-800 dark:shadow-md">
    <h3 class="text-center text-lg font-semibold text-gray-800 dark:text-gray-200">Profile Completion</h3>
    <div class="my-4">
      <div class="flex justify-between">
        <span class="text-sm text-gray-600 dark:text-gray-400">0%</span>
        <span class="text-sm text-gray-600 dark:text-gray-400">100%</span>
      </div>
      <div class="h-2 bg-gray-300 rounded-lg dark:bg-gray-700">
        <div class="h-full bg-gradient-to-r from-green-400 to-blue-500 rounded-lg" style="width: 70%;"></div>
      </div>
    </div>
    <div class="flex items-center justify-between">
      <img src="https://picsum.photos/40" alt="User Avatar" class="rounded-full border-2 border-gray-300 dark:border-gray-600" />
      <span class="text-sm text-gray-800 dark:text-gray-200">User Name</span>
    </div>
  </div>
</div>

관련 구성 요소

Progress Indicators 구성 요소

반응형 효과와 어두운 테마를 지원하는 Tailwind CSS를 사용하는 레트로/빈티지 스타일의 진행 표시기 구성 요소입니다.

열다

유기 세피아 진행 표시기

데이트/소셜 앱을 위한 자연에서 영감을 받은 간단한 진행 상태 표시기로, 따뜻한 세피아와 흐르는 선이 있는 갈색 톤, 반응형 및 다크 모드 호환이 특징입니다.

열다

3D 프로그레스 바 컴포넌트

3D 효과, Tailwind CSS, 반응형 디자인 및 다크 모드 지원으로 스타일링되었습니다.

열다