Components User Mentions User Mentions Component

User Mentions Component

A user mention component with 3D design, responsive effects, and dark theme support using Tailwind CSS.

Preview

HTML Code

<div class="flex items-center space-x-4 p-4 bg-white rounded-lg shadow-xl transition-transform transform hover:scale-105 dark:bg-gray-800">
  <img class="w-12 h-12 rounded-full border-2 border-blue-500" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
  <div class="flex-1">
    <p class="text-lg font-semibold text-gray-800 dark:text-white">John Doe</p>
    <p class="text-gray-600 dark:text-gray-400">@johndoe</p>
  </div>
  <span class="inline-block bg-blue-500 text-white text-xs px-3 py-1 rounded-full shadow-md dark:bg-blue-600">
    Mentioned
  </span>
</div>

Related Components

User Mentions Component

A Neumorphism-styled user mentions component using earth tones for a portfolio website, with responsive design and dark mode support.

Open

User Mentions Component

A User Mentions Component designed with microinteractions, featuring responsive effects and dark theme support, built using Tailwind CSS.

Open

User Mentions Component

A simple, responsive user mentions component with a vibrant glassmorphism style, suitable for social media applications. Includes dark mode support.

Open