구성 요소 머티리얼 디자인 탭

머티리얼 디자인 탭

머티리얼 디자인 스타일, 반응형 효과 및 어두운 테마가 있는 탭 구성 요소는 JavaScript 없이 Tailwind CSS를 사용합니다.

미리 보기

HTML 코드

<div class="material-tabs">
  <div class="tab-header">
    <div class="tab-button active">Tab 1</div>
    <div class="tab-button">Tab 2</div>
    <div class="tab-button">Tab 3</div>
  </div>
  <div class="tab-content active">
    <h2>Content for Tab 1</h2>
    <p>This is the content for the first tab. It uses Material Design principles for layout and appearance.</p>
  </div>
  <div class="tab-content">
    <h2>Content for Tab 2</h2>
    <p>This is the content for the second tab.</p>
  </div>
  <div class="tab-content">
    <h2>Content for Tab 3</h2>
    <p>This is the content for the third tab.</p>
  </div>
</div>

관련 구성 요소

Glassmorphism Tabs 구성 요소

Simple Glassmorphism Tabs Portfolio용 구성 요소, 반응형 디자인과 어두운 테마 지원. 생생한 색 구성표를 사용합니다.

열다

탭 구성 요소

비즈니스/기업 웹 사이트를 위한 마이크로 상호 작용이 있는 반응형 탭 구성 요소로, 보색과 다크 모드 지원을 제공합니다.

열다

아트데코탭컴포넌트

아르데코 미학이 가미된 복잡하고 반응이 빠른 탭 구성 요소로, 사진 포트폴리오를 위해 설계되었으며, 기업 블루 톤과 다크 모드 지원을 특징으로 합니다.

열다