Pixel Highlight
Animated pixel-based text reveal with directional shimmer using canvas-rendered particles.
Collection
Installation
npx shadcn@latest add https://scrollxui.dev/registry/pixel-highlight.json Usage
import { PixelHighlight } from '@/components/ui/pixel-highlight'<PixelHighlight
text="Top Down"
colors="#d8b4fe,#a78bfa,#7c3aed"
direction="top"
speed={70}
gap={3}
fontSize={12}
className="w-full h-32"
/>API Reference
Pixel Highlight
Animated pixel-based text reveal with directional shimmer using canvas-rendered particles.