コンポーネント フォローボタン Follow Button コンポーネント

Follow Button コンポーネント

マテリアルデザインの原則に基づいて設計されたレスポンシブなフォローボタンコンポーネントで、ダークモードとTailwind CSSを使用したテーラードスタイルをサポートしています。

プレビュー

HTMLコード

<div class="flex items-center justify-center p-4">
  <div class="bg-white dark:bg-gray-800 shadow-md rounded-lg p-5 transition-shadow duration-300 hover:shadow-lg">
    <div class="flex items-center">
      <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-lg mr-3">
      <div class="flex-1">
        <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Follow Me</h2>
        <p class="text-gray-600 dark:text-gray-400">Join my journey and stay updated!</p>
      </div>
      <button class="bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded transition duration-300 ease-in-out">
        Follow
      </button>
    </div>
  </div>
</div>

関連コンポーネント

Glassmorphism フォローボタン

Glassmorphismデザイン、ダークモードサポート、Tailwind CSSを使用したレスポンシブフォローボタン。

開ける

ブルータリストフォローボタン

レスポンシブモードとダークモードをサポートするブルータリストのフォローボタン。

開ける

フォローボタン

マテリアルデザインのスタイリング、レスポンシブエフェクト、ダークテーマのサポートを備えたシンプルなフォローボタン。

開ける