カートに入れるボタン

スキューモーフィック要素、鮮やかな色、ダークテーマのサポートで設計されたレスポンシブな [カートに追加] ボタン コンポーネントで、ブログやコンテンツの消費目的に適しています。

プレビュー

HTMLコード

<div class="flex flex-col items-center justify-center p-6 bg-white rounded-lg shadow-lg dark:bg-gray-800 transition duration-300">
    <img src="https://picsum.photos/200/100" alt="Product Image" class="w-full h-32 rounded-lg shadow-md mb-4">
    <h2 class="text-lg font-bold text-gray-800 dark:text-gray-200 mb-2">Special Product</h2>
    <p class="text-gray-600 dark:text-gray-400 mb-4">This is a great product for your reading material. Click the button below to add it to your cart!</p>
    <button class="bg-gradient-to-r from-blue-500 to-purple-600 text-white font-semibold py-2 px-4 border rounded-lg hover:scale-105 transform transition duration-300 ease-in-out shadow-lg">
        <span class="flex items-center justify-center">
            <img src="https://randomuser.me/api/portraits/men/10.jpg" alt="Avatar" class="w-8 h-8 rounded-full mr-2">
            Add to Cart
        </span>
    </button>
</div>

関連コンポーネント

Glassmorphism カートボタンに追加

Glassmorphismスタイル、単色の配色、適度な複雑さのカートボタンに追加。ダークモードのサポートによるレスポンシブ。

開ける

カートに入れるボタンコンポーネント

Tailwind CSSを使用してダークモードで設計されたレスポンシブな「カートに追加」ボタン、ホバー効果、ダークテーマのサポート。

開ける

Organic_Nature_Add_To_Cart_Button

オーガニック/自然にインスパイアされた「カートに追加」ボタンコンポーネントで、補色スキームで、教育プラットフォームに適しています。流れるようなライン、微妙なインタラクティブ要素、完全な応答性、ダークモードのサポートが特徴です。

開ける