Pagination Component
A simple responsive pagination component designed for dark mode with an analogous color scheme, suitable for a portfolio.
HTML Code
<div class="flex justify-center items-center space-x-4 py-6">
<a href="#" class="px-4 py-2 border border-gray-700 text-gray-300 bg-gray-800 rounded-md hover:bg-gray-700 dark:border-gray-500 dark:text-gray-400 dark:bg-gray-900 dark:hover:bg-gray-600">« Previous</a>
<a href="#" class="px-4 py-2 border border-gray-700 text-gray-300 bg-gray-800 rounded-md hover:bg-gray-700 dark:border-gray-500 dark:text-gray-400 dark:bg-gray-900 dark:hover:bg-gray-600">1</a>
<a href="#" class="px-4 py-2 border border-gray-700 text-gray-300 bg-gray-800 rounded-md hover:bg-gray-700 dark:border-gray-500 dark:text-gray-400 dark:bg-gray-900 dark:hover:bg-gray-600">2</a>
<a href="#" class="px-4 py-2 border border-gray-700 text-gray-300 bg-gray-800 rounded-md hover:bg-gray-700 dark:border-gray-500 dark:text-gray-400 dark:bg-gray-900 dark:hover:bg-gray-600">3</a>
<a href="#" class="px-4 py-2 border border-gray-700 text-gray-300 bg-gray-800 rounded-md hover:bg-gray-700 dark:border-gray-500 dark:text-gray-400 dark:bg-gray-900 dark:hover:bg-gray-600">Next »</a>
</div>
Related Components
LuxuryPaginationComponent
An elegant and sophisticated pagination component designed for documentation or wiki sites, featuring a luxury/premium feel, complementary color scheme, and rich interactive elements. Fully responsive with dark mode support.
Brutalist_Retro_Pagination
A simple, brutalist-style pagination component with a retro color scheme, suitable for news and journalism websites. Features high contrast, bold typography, and dark mode support.
Glassmorphism Pagination Component
A responsive pagination component designed with glassmorphism and a triadic color scheme, suitable for blog and content reading. It features multiple interactive elements and supports dark mode.