Components
Loading preview...
You can now customize container size, background color, pixel spacing, animation speed, color palette, pixel size, animation duration, and hint text.
npx shadcn@latest add https://21st.dev/r/designali-in/pixel-animationimport { PixelAnimation } from "@/components/ui/pixel-animation";
export default function DemoOne() {
return <PixelAnimation pixelGap={10} />;
}