コンポーネント ユーザーメンション ユーザーメンションコンポーネント

ユーザーメンションコンポーネント

Neumorphismスタイルのユーザーは、レスポンシブデザインとダークモードのサポートを備えたポートフォリオWebサイトにアースカラーを使用したコンポーネントについて言及しています。

プレビュー

HTMLコード

<div class="container mx-auto p-8 bg-gray-200 dark:bg-gray-800 rounded-xl shadow-xl dark:shadow-xl-dark">
  <h2 class="text-2xl font-semibold text-gray-800 dark:text-gray-200 mb-6">Mentions</h2>
  <div class="grid gap-6 md:grid-cols-2 lg:grid-cols-3">
    <div class="flex items-center bg-gray-300 dark:bg-gray-700 p-4 rounded-xl shadow-inner dark:shadow-inner-dark">
      <img class="w-12 h-12 rounded-full mr-4 shadow dark:shadow-dark" src="https://randomuser.me/api/portraits/men/32.jpg" alt="User Avatar">
      <div>
        <p class="text-gray-800 dark:text-gray-200 font-medium">John Doe</p>
        <p class="text-sm text-gray-600 dark:text-gray-400">@johndoe</p>
      </div>
    </div>

    <div class="flex items-center bg-gray-300 dark:bg-gray-700 p-4 rounded-xl shadow-inner dark:shadow-inner-dark">
      <img class="w-12 h-12 rounded-full mr-4 shadow dark:shadow-dark" src="https://randomuser.me/api/portraits/women/44.jpg" alt="User Avatar">
      <div>
        <p class="text-gray-800 dark:text-gray-200 font-medium">Jane Smith</p>
        <p class="text-sm text-gray-600 dark:text-gray-400">@janesmith</p>
      </div>
    </div>

    <div class="flex items-center bg-gray-300 dark:bg-gray-700 p-4 rounded-xl shadow-inner dark:shadow-inner-dark">
      <img class="w-12 h-12 rounded-full mr-4 shadow dark:shadow-dark" src="https://randomuser.me/api/portraits/men/50.jpg" alt="User Avatar">
      <div>
        <p class="text-gray-800 dark:text-gray-200 font-medium">Peter Jones</p>
        <p class="text-sm text-gray-600 dark:text-gray-400">@peterjones</p>
      </div>
    </div>
  </div>
</div>

関連コンポーネント

ユーザーメンションコンポーネント

Tailwind CSS を使用して構築された、マイクロインタラクションで設計された、レスポンシブ効果とダークテーマのサポートを特徴とする User Mentions コンポーネント。

開ける

ユーザーメンションコンポーネント

ユーザーが言及するコンポーネントは、レスポンシブデザインとダークモードのサポートを備えたGlassmorphismスタイルを実装しています。

開ける

ユーザーメンションコンポーネント

3Dデザイン要素、グレースケールの配色、ビジネス/企業Webサイト向けのダークテーマサポートを備えたレスポンシブユーザーメンションコンポーネント。Tailwind CSSを使用し、プレースホルダー画像/アバターが含まれています。

開ける