コンポーネント Eコマースコンポーネント Eコマースニューモーフィズムコンポーネント

Eコマースニューモーフィズムコンポーネント

Tailwind CSSを使用したダークテーマのサポートを備えたNeumorphismスタイルで設計されたレスポンシブEコマースコンポーネント。

プレビュー

HTMLコード

<div class="min-h-screen bg-gray-100 dark:bg-gray-900 flex items-center justify-center p-6">
  <div class="bg-white dark:bg-gray-800 shadow-lg rounded-lg p-6 w-full max-w-sm">
    <img class="rounded-t-lg mb-4" src="https://picsum.photos/400/200" alt="Product Image" />
    <h2 class="text-xl font-semibold text-gray-800 dark:text-white">Product Title</h2>
    <p class="text-gray-600 dark:text-gray-300 mb-4">Product description goes here. This is a brief overview of the product features and benefits.</p>
    <div class="flex items-center justify-between mb-4">
      <span class="text-gray-800 dark:text-white font-bold text-lg">
        $29.99
      </span>
      <button class="bg-gray-300 dark:bg-gray-700 text-gray-800 dark:text-white rounded-full py-2 px-4 shadow-md hover:shadow-lg active:shadow-sm transition duration-300">
        Add to Cart
      </button>
    </div>
    <div class="flex items-center">
      <img class="rounded-full w-10 h-10 mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" />
      <span class="text-gray-600 dark:text-gray-300">Seller Name</span>
    </div>
  </div>
</div>

関連コンポーネント

Eコマースコンポーネント

ポートフォリオのショーケースにアースカラーを使用したダークモードデザインの適度な複雑さのeコマースコンポーネント。

開ける

Eコマースダッシュボードコンポーネント

Tailwind CSSのSkeuomorphism、鮮やかな色、シンプルなレイアウトを備えたEコマースダッシュボードコンポーネントで、レスポンシブテーマとダークテーマがサポートされています。

開ける

Eコマースダッシュボード

データの視覚化とコントロールパネル用のシンプルなレイアウトを備えたダークモードのeコマースダッシュボードコンポーネント。

開ける