const CELL: &str = "relative grid h-target min-w-target place-items-center rounded-[11px] \
px-1.5 text-zinc-700 transition duration-150 ease-out live:hover:bg-zinc-950/6 \
live:active:scale-90 dead:opacity-30 dark:text-zinc-200 \
dark:live:hover:bg-white/10 [&_svg]:size-5 [&_svg]:stroke-[1.8]";Expand description
One cell of the bar.