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

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

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>

関連コンポーネント

アールデコサクセスメッセージ

アールデコ調にインスパイアされたサクセスメッセージコンポーネントで、レトロ/ビンテージカラーパレットを採用し、エンターテインメント/メディアプラットフォーム向けに設計されています。幾何学模様、豪華なスタイリングが特徴で、ダークモードに対応しているため、完全にレスポンシブです。

開ける

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

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

開ける

スキューモーフィズムSuccessMessage

Skeuomorphism Success Message for Dashboard, Complex with Complementary Colors and Dark Mode

開ける