反馈组件

一个为社交媒体界面设计的反馈组件,结合微交互和灰度色彩方案,支持黑暗主题。

预览

HTML 代码

<div class="p-4 bg-white dark:bg-gray-800 rounded-lg shadow-md transition-transform transform hover:scale-105">
    <div class="flex items-center mb-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full mr-3">
        <div>
            <p class="font-semibold text-gray-900 dark:text-gray-100">John Doe</p>
            <p class="text-gray-600 dark:text-gray-400 text-sm">2 hours ago</p>
        </div>
    </div>
    <p class="text-gray-800 dark:text-gray-200 mb-4">This is a feedback message that users can read and respond to. It’s engaging and has small animations to enhance interaction.</p>
    <div class="flex space-x-4">
        <button class="text-blue-500 dark:text-blue-300 hover:underline transition-all duration-300">Like</button>
        <button class="text-gray-600 dark:text-gray-400 hover:text-gray-800 dark:hover:text-gray-200 transition-all duration-300">Reply</button>
        <button class="text-red-500 dark:text-red-300 hover:underline transition-all duration-300">Report</button>
    </div>
</div>

<div class="p-4 bg-gray-200 dark:bg-gray-700 rounded-lg shadow-md mt-6">
    <h2 class="font-semibold text-gray-800 dark:text-gray-200 mb-2">Leave a Comment:</h2>
    <textarea class="w-full h-24 p-2 rounded-lg border border-gray-300 dark:border-gray-600 focus:outline-none focus:ring-2 focus:ring-blue-500 dark:focus:ring-blue-300 transition-all duration-300" placeholder="Write your comment..." required></textarea>
    <div class="flex justify-end mt-2">
        <button class="bg-blue-600 dark:bg-blue-500 text-white rounded-lg px-4 py-2 transition-all duration-300 hover:bg-blue-700 dark:hover:bg-blue-400">Submit</button>
    </div>
</div>

<div class="flex justify-center mt-4">
    <img src="https://picsum.photos/300/200?random=1" alt="Random Image" class="rounded-lg shadow-lg">
</div>

相关组件

Organic_Nature_Inspired_Food_Feedback_Component

适用于食品/餐厅网站的中等复杂度反馈组件,采用有机/自然灵感设计,采用大地色调和完全响应能力,包括深色模式支持。

打开

Vibrant_Dark_Mode_Feedback_Component

一个简单、充满活力的反馈组件,专为娱乐/媒体平台设计,具有深色模式 UI,可减轻眼睛疲劳。它具有醒目的标题、子描述和行动号召按钮,所有这些都是完全响应式的。

打开

Luxury_Premium_Vibrant_Simple_Food_Restaurant_Feedback_Component

一个简单、优雅的食品/餐厅网站反馈组件,具有充满活力的高饱和度配色方案和深色模式支持。专为奢华/高级感觉而设计。

打开