Components
This is the card animation in which by using navigation button card appears with smooth and ux friendly animation
Loading preview...
import { Component } from "@/components/ui/card-animation";
export default function DemoOne() {
return <Component />;
}