Tag Cloud Component
A Tag Cloud Component designed with Neumorphism style in grayscale, suitable for blogs and content consumption, featuring interactive elements.
HTML Code
<div class="flex flex-col items-center justify-center p-5 bg-gray-100 dark:bg-gray-800 rounded-lg shadow-lg">
<h2 class="text-2xl font-semibold text-gray-800 dark:text-gray-200 mb-4">Tag Cloud</h2>
<div class="flex flex-wrap justify-center gap-4">
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
Web Development
</a>
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
UI/UX Design
</a>
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
JavaScript
</a>
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
React
</a>
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
Tailwind CSS
</a>
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
Neumorphism
</a>
<a href="#" class="bg-white dark:bg-gray-900 rounded-full px-4 py-2 text-gray-800 dark:text-gray-200 shadow-md transform transition hover:scale-105 hover:shadow-lg focus:outline-none">
Blogging
</a>
</div>
</div>
Related Components
Tag Cloud Component Glassmorphism Monochromatic Complex E-commerce
Glassmorphism Tag Cloud Component for E-commerce
Retro Tag Cloud Component
A responsive Tag Cloud Component using Tailwind CSS, with a Retro/Vintage design aesthetic, Pastel color scheme, and simple complexity. Suitable for a portfolio, including dark mode support.
Tag Cloud Component
A 3D Tag Cloud Component with vibrant colors for data visualization dashboards.