
Build your website with
Free Tailwind CSS components
Search, copy, paste and ready to use to your liking
Search, copy, paste and ready to use to your liking
Modify the styles to your liking!
import React from 'react'
const ShopCard = () => {
return (
<div className="w-[200px] md:w-[400px] bg-white dark:bg-gray-900 rounded-lg p-4 shadow-sm shadow-indigo-100 dark:shadow-black/50">
<img
alt="photo-1434389677669"
src="https://images.unsplash.com/photo-1591047139829-d91aecb6caea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=736&q=80"
className="h-56 w-full object-cover rounded-md"
/>
<div className="mt-2">
<dl>
<div>
<dd className="text-sm text-gray-500">$15.000</dd>
</div>
<div>
<dd className="font-medium">Chaqueta Bomber</dd>
</div>
</dl>
<div className="mt-6 w-full">
<button className="w-full transition rounded border border-pink-600 bg-pink-600 px-4 py-2 text-sm font-medium text-white hover:bg-pink-700 hover:border-pink-700 hover:text-white focus:outline-none">
Buy
</button>
</div>
</div>
</div>
)
}
export default ShopCard
Advantages of using DrumurUI
Can be easily adjusted to your design needs.
Set sizes, colors, appearances, shapes, and more.
Ready to use components in your projects.