Components
Interactive cards with stunning pixel animations that react to hover and focus states. Each card features customizable pixel density, colors, and animation speed. Perfect for navigation menus, feature showcases, or any UI that needs an elegant, animated touch.
Loading preview...
import { Component } from "@/components/ui/pixel-animation-cards";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };