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
Pagination Component
Pagination Component with Retro/Vintage design style, Triadic color scheme, Simple complexity, for Blog/Content purpose, using Tailwind CSS. Responsive design with dark theme support.
Neumorphic Pagination Component
A responsive and interactive pagination component styled in Neumorphism for a blog interface, with support for dark mode.