组件 愿望清单 愿望清单组件

愿望清单组件

专为仪表板设计的响应式 Wishlist 组件,具有单色配色方案和 3D 设计样式。

预览

HTML 代码

<div class="flex flex-col items-center justify-center p-6 bg-gray-100 dark:bg-gray-800 rounded-lg shadow-lg transform transition-transform hover:scale-105">
    <h2 class="text-2xl font-semibold text-gray-800 dark:text-gray-200 mb-4">Wishlist</h2>
    <ul class="w-full">
        <li class="flex items-center justify-between p-4 bg-white dark:bg-gray-700 rounded-lg shadow-md mb-4 transform transition-all hover:shadow-xl hover:scale-105">
            <div class="flex items-center">
                <img src="https://picsum.photos/60/60" alt="Item Image" class="w-16 h-16 rounded-full mr-4">
                <div>
                    <h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Item Title 1</h3>
                    <p class="text-gray-600 dark:text-gray-400">Description of item 1.</p>
                </div>
            </div>
            <button class="px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 focus:outline-none">Add</button>
        </li>
        <li class="flex items-center justify-between p-4 bg-white dark:bg-gray-700 rounded-lg shadow-md mb-4 transform transition-all hover:shadow-xl hover:scale-105">
            <div class="flex items-center">
                <img src="https://picsum.photos/60/60" alt="Item Image" class="w-16 h-16 rounded-full mr-4">
                <div>
                    <h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Item Title 2</h3>
                    <p class="text-gray-600 dark:text-gray-400">Description of item 2.</p>
                </div>
            </div>
            <button class="px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 focus:outline-none">Add</button>
        </li>
        <li class="flex items-center justify-between p-4 bg-white dark:bg-gray-700 rounded-lg shadow-md mb-4 transform transition-all hover:shadow-xl hover:scale-105">
            <div class="flex items-center">
                <img src="https://picsum.photos/60/60" alt="Item Image" class="w-16 h-16 rounded-full mr-4">
                <div>
                    <h3 class="text-lg font-medium text-gray-800 dark:text-gray-200">Item Title 3</h3>
                    <p class="text-gray-600 dark:text-gray-400">Description of item 3.</p>
                </div>
            </div>
            <button class="px-4 py-2 bg-blue-500 text-white rounded-lg hover:bg-blue-600 focus:outline-none">Add</button>
        </li>
    </ul>
</div>

相关组件

愿望清单组件

用于社交媒体界面的 3D 风格愿望单组件,具有交互式元素和深色模式支持。

打开

愿望清单组件

一个为商业网站设计的粗犷风格愿望清单组件,具有灰度配色方案和适度复杂性。响应式设计,使用Tailwind CSS类支持暗模式。

打开

愿望清单组件

一个简单且响应迅速的愿望清单组件,适用于约会或社交联系平台,具有 3D 设计美学、企业蓝色调和深色模式支持。

打开