mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-13 18:40:06 -04:00
5 lines
161 B
Svelte
5 lines
161 B
Svelte
<div
|
|
class="text-gray-500 dark:text-gray-300 border-[1px] border-gray-200 text-xs inline-flex items-center h-5.5 px-2 py-0.5 rounded-full"
|
|
>
|
|
<slot />
|
|
</div>
|