フィードバックコンポーネント

ソーシャルネットワーキングインターフェイス用に設計されたレスポンシブフィードバックコンポーネントで、ダークモードをサポートするグレースケールカラースキームに3Dデザイン要素を組み込んでおり、中程度の複雑さとインタラクティブ性に合わせて調整されています。

プレビュー

HTMLコード

<div class="max-w-md mx-auto p-4 bg-gray-100 dark:bg-gray-800 rounded-lg shadow-lg transform hover:shadow-2xl transition-shadow duration-300">
    <div class="flex items-start mb-4">
        <img src="https://randomuser.me/api/portraits/thumb/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-md">
        <div class="ml-4">
            <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">User Name</h2>
            <p class="text-gray-600 dark:text-gray-300">April 10, 2023</p>
        </div>
    </div>
    <p class="text-gray-700 dark:text-gray-300 mb-4">
        This is an example feedback message where users can share their thoughts about the platform and engage with the community.
    </p>
    <div class="flex justify-between items-center">
        <button class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-800 dark:text-gray-100 rounded-md shadow hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none">Like</button>
        <button class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-800 dark:text-gray-100 rounded-md shadow hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none">Reply</button>
    </div>
</div>
<div class="max-w-md mx-auto mt-4 p-4 bg-gray-100 dark:bg-gray-800 rounded-lg shadow-lg transform hover:shadow-2xl transition-shadow duration-300">
    <div class="flex items-start mb-4">
        <img src="https://randomuser.me/api/portraits/thumb/women/2.jpg" alt="User Avatar" class="w-12 h-12 rounded-full shadow-md">
        <div class="ml-4">
            <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Another User</h2>
            <p class="text-gray-600 dark:text-gray-300">April 11, 2023</p>
        </div>
    </div>
    <p class="text-gray-700 dark:text-gray-300 mb-4">
        Feedback is important to shape the experience in a positive direction and enhance user engagement within the social platform.
    </p>
    <div class="flex justify-between items-center">
        <button class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-800 dark:text-gray-100 rounded-md shadow hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none">Like</button>
        <button class="px-4 py-2 bg-gray-200 dark:bg-gray-700 text-gray-800 dark:text-gray-100 rounded-md shadow hover:bg-gray-300 dark:hover:bg-gray-600 focus:outline-none">Reply</button>
    </div>
</div>

関連コンポーネント

フィードバックコンポーネントコンポーネント

複雑でレスポンシブなダークテーマのダッシュボード対応フィードバックコンポーネントで、ミニマリスト/フラットな美学とパステルカラーの配色でデザインされています。進行状況バー、ステータス インジケーター、最近のアクティビティなどのさまざまなフィードバック要素を、HTML と Tailwind CSS クラスのみを使用して表示します。

開ける

フィードバックコンポーネントコンポーネント

コンサルティング/サービスWebサイトに適したシンプルで応答性の高いフィードバックコンポーネントで、トライアドカラースキームとマイクロインタラクション設計原則を特長としています。ダークモードのサポートが含まれています。

開ける

フィードバックコンポーネントコンポーネント

ソーシャルメディア用のシンプルなGlassmorphismフィードバックコンポーネントで、トライアドカラースキーム、レスポンシブデザイン、ダークテーマのサポートが特徴です。JavaScript は必要ありません。

開ける