コンポーネント 成功メッセージ 成功メッセージコンポーネント

成功メッセージコンポーネント

3D デザイン スタイル、レスポンシブ効果、Tailwind CSS を使用したダーク テーマのサポートで成功メッセージを表示するためのコンポーネント。

プレビュー

HTMLコード

<div class="p-6 max-w-md mx-auto bg-white rounded-lg shadow-md dark:bg-gray-800 transition duration-300 ease-in-out transform hover:scale-105">
    <div class="flex items-center mb-4">
        <img src="https://picsum.photos/50/50?random=1" alt="User Avatar" class="w-12 h-12 rounded-full mr-4 shadow-lg dark:shadow-xl">
        <div class="flex-1">
            <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Success!</h2>
            <p class="text-gray-600 dark:text-gray-400">Your action was completed successfully.</p>
        </div>
    </div>
    <div class="flex items-center justify-between mt-4 pt-4 border-t border-gray-200 dark:border-gray-700">
        <span class="text-sm text-gray-500 dark:text-gray-400">2 minutes ago</span>
        <a href="#" class="inline-flex items-center text-blue-600 hover:text-blue-500 dark:text-blue-400 dark:hover:text-blue-300">View Details</a>
    </div>
</div>

関連コンポーネント

成功メッセージコンポーネント

ダークモード付き成功メッセージコンポーネント - レスポンシブエフェクトとダークテーマのサポートを備えています。JavaScript コードは必要ありません。ダークモードの場合、CSSのサポートで十分です。

開ける

成功メッセージコンポーネント

ブログ/コンテンツを読むためにダークモードで設計された成功メッセージコンポーネント。類似の配色が特徴で、応答性に優れています。

開ける

成功メッセージコンポーネント

ミニマリスト/フラットデザインのサクセスメッセージコンポーネントで、明るいパステルカラーと複雑なレスポンシブレイアウトを備えたソーシャルメディア用。

開ける