コンポーネント エラーメッセージ エラーメッセージコンポーネント

エラーメッセージコンポーネント

マテリアルデザインの原則を使用したレスポンシブエラーメッセージコンポーネントで、トライアドカラースキームとダークモードのサポートがあり、ポートフォリオに合わせて調整されています。

プレビュー

HTMLコード

<div class="flex flex-col items-center justify-center p-5 bg-white rounded-lg shadow-md dark:bg-gray-800">
    <img src="https://picsum.photos/200/100" alt="Error Image" class="rounded-lg shadow-sm mb-4">
    <div class="text-center">
        <h2 class="text-lg font-bold text-red-600 dark:text-red-400">Error Occurred!</h2>
        <p class="mt-2 text-sm text-gray-600 dark:text-gray-300">Oops! Something went wrong while trying to display the content.</p>
        <p class="mt-2 text-sm text-gray-600 dark:text-gray-300">Please try again later or contact support.</p>
        <button class="mt-4 px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-800">Retry</button>
    </div>
</div>

関連コンポーネント

エラーメッセージコンポーネント

Tailwind CSSを使用して設計されたミニマリストのエラーメッセージコンポーネントで、レスポンシブエフェクトとダークテーマのサポートを備えています。

開ける

ミニマリストグレースケールエラーメッセージ

スポーツ/フィットネスアプリケーション向けに設計された、ダークモードをサポートする、ミニマリストで応答性の高いグレースケールエラーメッセージコンポーネント。

開ける

エラーメッセージコンポーネント

アーストーンのグラデーション、スムーズな移行、ダークモードのサポートを備えたレスポンシブエラーメッセージコンポーネントで、コンサルティング/サービスWebサイトに適しています。

開ける