FlickeringGrid
闪烁网格 · canvas 像素方格随机明灭 + ResizeObserver 自适应 + 颜色吃主题 token(逐帧现取)
全状态
Playground
<div className="relative h-48 w-80 overflow-hidden rounded-xl">
<FlickeringGrid
className="absolute inset-0"
squareSize={4}
gridGap={6}
flickerChance={0.3}
maxOpacity={0.3}
/>
</div>