Glassmorphism Rainbow Back to Top 農業用ボタン
Glassmorphism デザインと虹色のグラデーションを備えた、農業/農業 Web サイト向けに調整された、複雑で応答性の高い '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>
関連コンポーネント
ブルータリズム トップに戻る
グレースケールの色と Tailwind CSS を使用したブルータリズムの Back to Top ボタン コンポーネント。応答性が高く、ダークモードをサポートしています。
ブルータリストトップに戻るボタン
Tailwind CSSのブルータリズムバックツートップボタンで、高コントラスト、大胆なタイポグラフィ、シャープなエッジが特徴です。レスポンシブ サイジングとダーク モードのサポートが含まれています。
アールデコ調のトップに戻るボタン
アールデコ調のデザインの「Back to Top」ボタンコンポーネントは、幾何学模様と温かみのある夕焼けの色が特徴で、デート/ソーシャルプラットフォームに適しています。リッチでインタラクティブなスタイルが含まれており、ダークモードをサポートしています。