GlassyNiveaux de GrisOnglets
Glassmorphism Grayscale Simple Dashboard Tabs Component avec prise en charge du mode sombre
HTML Code
<div class="p-4 bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-lg shadow-lg">
<div class="border-b border-gray-200 dark:border-gray-700">
<nav class="-mb-0.5 flex space-x-6" aria-label="Tabs">
<a href="#" class="py-2 px-1 inline-flex items-center border-b-2 border-transparent text-sm font-medium text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 hover:border-gray-300 dark:hover:border-gray-600">
Dashboard
</a>
<a href="#" class="py-2 px-1 inline-flex items-center border-b-2 border-gray-500 text-sm font-medium text-gray-600 dark:text-gray-300 dark:border-gray-400">
Reports
</a>
<a href="#" class="py-2 px-1 inline-flex items-center border-b-2 border-transparent text-sm font-medium text-gray-500 dark:text-gray-400 hover:text-gray-700 dark:hover:text-gray-200 hover:border-gray-300 dark:hover:border-gray-600">
Settings
</a>
</nav>
</div>
<div class="mt-4">
<!-- Tab content goes here -->
<p class="text-gray-700 dark:text-gray-300">Content for the selected tab.</p>
</div>
</div>
Composants associés
ArtDecoTabsComponent
Un composant d’onglets complexe et réactif à l’esthétique Art déco, conçu pour les portfolios de photographie, avec des tons bleus d’entreprise et une prise en charge du mode sombre.
Composant Onglets
Un composant d’onglets de style brutaliste pour les médias sociaux, avec des couleurs complémentaires et un design complexe et réactif, y compris la prise en charge du thème sombre.
Composant Onglets en mode sombre
Un composant d’onglets réactifs conçu pour le mode sombre, utilisant Tailwind CSS.