Tag Cloud Component
A Tag Cloud Component with Neumorphism design style, responsive effects, and dark theme support using Tailwind CSS.
HTML Code
<div class="p-8 bg-gray-200 dark:bg-gray-800 rounded-xl shadow-lg">
<h2 class="text-xl font-semibold mb-4 text-gray-800 dark:text-gray-100">Tag Cloud</h2>
<div class="flex flex-wrap gap-4">
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">HTML</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">CSS</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">JavaScript</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">React</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">Tailwind CSS</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">Neumorphism</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">UI Design</span>
<span class="px-4 py-2 bg-white dark:bg-gray-700 rounded-full shadow-md hover:shadow-lg transition-shadow duration-300">Web Development</span>
</div>
</div>
Related Components
Tag Cloud Component
A responsive Tag Cloud Component with grayscale colors and microinteractions, designed for social media interfaces with dark theme support.
Tag Cloud Component Glassmorphism Monochromatic Complex E-commerce
Glassmorphism Tag Cloud Component for E-commerce
Tag Cloud Component
A Tag Cloud Component designed with Neumorphism style in grayscale, suitable for blogs and content consumption, featuring interactive elements.