User Mentions Component
A User Mentions Component using Tailwind CSS with Glassmorphism design, responsiveness, and dark theme support.
HTML Code
<div class="flex items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900 p-4">
<div class="w-full max-w-sm bg-white bg-opacity-30 dark:bg-gray-700 dark:bg-opacity-30 rounded-lg shadow-lg backdrop-filter backdrop-blur-lg p-6">
<h3 class="text-xl font-semibold mb-4 text-gray-800 dark:text-white">Mentions</h2>
<div class="space-y-4">
<div class="flex items-center space-x-4">
<img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
<div class="flex-1">
<p class="text-sm font-medium text-gray-900 dark:text-white">John Doe</p>
<p class="text-sm text-gray-700 dark:text-gray-300">Mentioned you in a comment.</p>
</div>
</div>
<div class="flex items-center space-x-4">
<img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/women/2.jpg" alt="User Avatar">
<div class="flex-1">
<p class="text-sm font-medium text-gray-900 dark:text-white">Jane Smith</p>
<p class="text-sm text-gray-700 dark:text-gray-300">Mentioned you in a post.</p>
</div>
</div>
<div class="flex items-center space-x-4">
<img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/3.jpg" alt="User Avatar">
<div class="flex-1">
<p class="text-sm font-medium text-gray-900 dark:text-white">Peter Jones</p>
<p class="text-sm text-gray-700 dark:text-gray-300">Mentioned you in a message.</p>
</div>
</div>
</div>
</div>
</div>
Related Components
User Mentions Component
A responsive user mentions component designed for dark mode e-commerce interfaces, featuring earth tones and placeholder user avatars and product images. Provides a list of suggested mentions with user details and an associated product, suitable for tagging or collaborative features.
User Mentions Component
A simple, responsive User Mentions component with a glassmorphism design, corporate blue color scheme, and dark mode support, suitable for dashboard interfaces.
User Mentions Component 15
A Web Component that displays user mentions in a Material Design style, featuring responsive effects and dark theme support.