Pixel Highlight
Animated pixel-based text reveal with directional shimmer using canvas-rendered particles.
Loading...
Installation
npx shadcn@latest add @scrollxui/pixel-highlight 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.