Componenti Distintivi Componente Badge

Componente Badge

Componente Badge - Design minimalista/piatto con effetti reattivi e supporto per temi scuri. Niente JavaScript, HTML e CSS puri con Tailwind.

Anteprima

Codice HTML

<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-blue-100 text-blue-800 dark:bg-blue-900 dark:text-blue-200"> Badge </span>
<span class="inline-flex items-center px-3 py-0.5 rounded-full text-sm font-medium bg-red-100 text-red-800 dark:bg-red-900 dark:text-red-200"> Large Badge </span>
<span class="inline-flex items-center px-2.5 py-0.5 rounded-md text-sm font-medium bg-green-100 text-green-800 dark:bg-green-900 dark:text-green-200"> Rounded Badge </span>
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800 dark:bg-yellow-900 dark:text-yellow-200">
  <svg class="-ml-0.5 mr-1.5 h-2 w-2 text-yellow-400" fill="currentColor" viewBox="0 0 8 8">
    <circle cx="4" cy="4" r="3" />
  </svg>
  Dot Badge
</span>
<span class="inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium bg-pink-100 text-pink-800 dark:bg-pink-900 dark:text-pink-200">
  <svg class="-ml-0.5 mr-1.5 h-2 w-2 text-pink-400" fill="currentColor" viewBox="0 0 8 8">
    <circle cx="4" cy="4" r="3" />
  </svg>
  Dot Badge with long text that should wrap or truncate
</span>

Componenti correlati

3D_Badge_Component

Un componente badge semplice e reattivo ispirato al 3D per blog/contenuti, con colori ad alto contrasto e supporto per la modalità scura.

Aperto

Componente Badge

Un componente badge reattivo con un design 3D, con supporto per profondità e tema scuro. Ogni badge rappresenta un utente con un nome, un'immagine e una descrizione, progettati utilizzando Tailwind CSS.

Aperto

Componente Badge

Un semplice componente di badge in stile Glassmorphism per i social media, con effetti di vetro smerigliato con sfocatura, colori analoghi e supporto per la modalità scura utilizzando Tailwind CSS. È reattivo e utilizza picsum.photos per le immagini e randomuser.me per gli avatar dove necessario. Non è incluso alcun JavaScript.

Aperto