Glassmorphism 농업을 위한 무지개 맨 위로 단추
복잡하고 반응이 빠른 'Back to Top' 버튼 구성 요소로, 유리 형태 디자인과 무지개 그라데이션이 있어 농업/농업 웹 사이트에 적합합니다. 흐림 효과 및 다크 모드 지원이 특징입니다.
HTML 코드
<div class="fixed bottom-6 right-6 z-50">
<!-- Button to scroll to top (actual JS functionality would be added for this) -->
<button aria-label="Scroll to top" class="group relative overflow-hidden rounded-full p-0.5 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:focus:ring-offset-gray-900 focus:ring-blue-500 transition-all duration-300 transform hover:scale-105 active:scale-95">
<div class="absolute inset-0 bg-gradient-to-r from-red-500 via-yellow-500 to-green-500 opacity-75 group-hover:opacity-100 transition-opacity duration-300"></div>
<div class="relative bg-white dark:bg-gray-800 backdrop-blur-md bg-opacity-20 dark:bg-opacity-20 rounded-full px-4 py-2 flex items-center justify-center space-x-2 border border-white border-opacity-30 dark:border-gray-700 dark:border-opacity-30 shadow-lg">
<svg class="h-6 w-6 text-gray-800 dark:text-gray-100 group-hover:text-white transition-colors duration-300" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 10l7-7m0 0l7 7m-7-7v18" />
</svg>
<span class="hidden sm:inline text-sm font-semibold text-gray-800 dark:text-gray-100 group-hover:text-white transition-colors duration-300">
To the Fields!
</span>
</div>
</button>
</div>
관련 구성 요소
맨 위로 이동 버튼 구성 요소
종이/인쇄물에서 영감을 받은 디자인, 트라이어딕 색 구성표 및 복잡한 시각적 요소를 갖춘 반응형 'Back to Top' 버튼 구성 요소로 전자 상거래 사이트에 적합합니다. 다크 모드 지원이 포함됩니다.
맨 위로 버튼 미니멀리스트 바이브런트
미니멀하고 평평한 Back to Top 버튼 구성 요소로, 생생한 색상으로 포트폴리오 웹 사이트에 적합합니다. 여기에는 Tailwind CSS를 사용하는 반응형 디자인과 다크 모드 지원이 포함됩니다.