mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
6 lines
123 B
Svelte
6 lines
123 B
Svelte
<div
|
|
class="mt-4 grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4 xl:grid-cols-6"
|
|
>
|
|
<slot />
|
|
</div>
|