You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.0 KiB
HTML

<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-red-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>
<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-yellow-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>
<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-green-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>
<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-blue-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>
<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-indigo-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>
<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-purple-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>
<span
class="inline-flex items-center gap-x-1.5 rounded-md px-2 py-1 text-xs font-medium text-gray-900 ring-1 ring-gray-200 ring-inset"
>
<svg viewBox="0 0 6 6" aria-hidden="true" class="size-1.5 fill-pink-500">
<circle r="3" cx="3" cy="3" />
</svg>
Badge
</span>