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

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

アース トーンとダーク テーマをサポートするマテリアル デザインに触発されたレスポンシブな成功メッセージ コンポーネントで、コンテンツ消費向けに設計されています。

プレビュー

HTMLコード

<div class="max-w-xl mx-auto p-4 bg-white dark:bg-gray-800 rounded-lg shadow-lg">
    <div class="flex items-center mb-4">
        <img src="https://picsum.photos/50" alt="Success Icon" class="w-10 h-10 rounded-full mr-2">
        <div class="text-lg font-semibold text-gray-800 dark:text-gray-200">Success!</div>
    </div>
    <p class="text-gray-600 dark:text-gray-400">
        Your changes have been saved successfully. You can now continue to explore the content.
    </p>
    <div class="mt-4">
        <button class="px-4 py-2 bg-green-500 text-white rounded hover:bg-green-600 focus:outline-none focus:ring-2 focus:ring-green-300 dark:bg-green-700 dark:hover:bg-green-800 dark:focus:ring-green-600">Continue</button>
    </div>
</div>

<div class="max-w-xl mx-auto p-4 bg-white dark:bg-gray-800 rounded-lg shadow-lg mt-4">
    <div class="flex items-center mb-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full mr-2">
        <div class="text-lg font-semibold text-gray-800 dark:text-gray-200">John Doe</div>
    </div>
    <p class="text-gray-600 dark:text-gray-400">
        Thanks for your submission! Stay tuned for updates regarding your content.
    </p>
    <div class="mt-4">
        <button class="px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-300 dark:bg-blue-700 dark:hover:bg-blue-800 dark:focus:ring-blue-600">Learn More</button>
    </div>
</div>

関連コンポーネント

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

レスポンシブ効果を備えたミニマリストの成功メッセージコンポーネントで、Tailwind CSSを使用して明るいテーマと暗いテーマの両方をサポートします。

開ける

産業活気政府成功メッセージ

政府/公共サービス向けに設計された成功メッセージコンポーネントで、インダストリアルな美学、鮮やかな色、ダークモードのサポートを備えています。生々しく実用的な外観と高彩度のアクセントが特徴です。

開ける

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

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

開ける