<script lang="ts"> import type { Snippet } from 'svelte'; let { children }: { children: Snippet } = $props(); </script> <div class="flex h-full w-22 items-center justify-center px-1 font-semibold text-white/0 transition-colors group-hover/slider:bg-black group-hover/slider:text-white" > {@render children()} </div>