Neumorphism Loader
A simple Neumorphism loader component with a Monochromatic color scheme for a portfolio, with responsive design and dark theme support.
HTML Code
<div class="flex items-center justify-center h-screen bg-gray-100 dark:bg-gray-800">
<div class="flex space-x-2 animate-pulse">
<div class="w-4 h-4 bg-gray-400 rounded-full dark:bg-gray-600 shadow-inner dark:shadow-inner-dark"></div>
<div class="w-4 h-4 bg-gray-400 rounded-full dark:bg-gray-600 shadow-inner dark:shadow-inner-dark"></div>
<div class="w-4 h-4 bg-gray-400 rounded-full dark:bg-gray-600 shadow-inner dark:shadow-inner-dark"></div>
</div>
</div>
Related Components
Loaders Component
A Loaders Component designed with a skeuomorphic style using a triadic color scheme for a blog or content-focused website. It features a simple layout appropriate for content consumption, incorporating dark mode support.
Loaders Component
A responsive Loaders component designed for dark mode, featuring earth tones and moderate complexity for portfolio showcasing.
Loaders Component
A simple loaders component designed for dark mode social media interfaces using a monochromatic color scheme.