コンポーネント OAuth ボタン OAuth ボタンコンポーネント

OAuth ボタンコンポーネント

スキューモーフィック スタイルでデザインされた OAuth ボタン、レスポンシブ効果、Tailwind CSS を使用したダーク テーマのサポートを特徴とする Web コンポーネント。

プレビュー

HTMLコード

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-50 dark:bg-gray-900">
    <h2 class="text-2xl font-bold text-gray-800 dark:text-gray-200 mb-4">Sign in with</h2>
    <div class="grid grid-cols-1 gap-4">
        <a href="#" class="flex items-center justify-center bg-white dark:bg-gray-800 shadow-lg rounded-lg p-4 transform transition duration-300 hover:scale-105">
            <img src="https://picsum.photos/40" alt="Google" class="mr-2 rounded-full">
            <span class="font-medium text-gray-800 dark:text-gray-200">Google</span>
        </a>
        <a href="#" class="flex items-center justify-center bg-white dark:bg-gray-800 shadow-lg rounded-lg p-4 transform transition duration-300 hover:scale-105">
            <img src="https://randomuser.me/api/portraits/men/44.jpg" alt="Facebook" class="mr-2 rounded-full">
            <span class="font-medium text-gray-800 dark:text-gray-200">Facebook</span>
        </a>
        <a href="#" class="flex items-center justify-center bg-white dark:bg-gray-800 shadow-lg rounded-lg p-4 transform transition duration-300 hover:scale-105">
            <img src="https://randomuser.me/api/portraits/women/46.jpg" alt="Twitter" class="mr-2 rounded-full">
            <span class="font-medium text-gray-800 dark:text-gray-200">Twitter</span>
        </a>
    </div>
</div>

関連コンポーネント

OAuth ボタンコンポーネント

ブルータリズムの美学とTailwind CSSでデザインされたOAuthボタンのセットで、レスポンシブエフェクトとダークテーマのサポートが特徴です。

開ける

OAuth ボタン コンポーネント 1

魅力的なアニメーションとダークモードのサポートを備えたOAuthボタンを表示するコンポーネントで、デザインにTailwind CSSを利用しています。ボタンは微妙なマイクロインタラクションでユーザーのアクションに応答し、画像はランダムなプレースホルダーソースから含まれます。

開ける

OAuth ボタンコンポーネント

パステルカラースキームのダークモードEコマースUI用のレスポンシブOAuthボタンコンポーネント。

開ける