Components
Loading preview...
A cursor trailing component that has a pixelated effect
@easemize
npx shadcn@latest add https://21st.dev/r/easemize/pixel-cursorimport { PixelatedCanvas } from "@/components/ui/pixel-cursor";
const ImageSliderDemo = () => {
return (
<div className="w-full h-screen bg-background">
<PixelatedCanvas />
</div>
);
};
export default ImageSliderDemo;