Components
A dynamic button with smooth transitions that reacts to user interaction. Enhances UX by providing visual feedback on hover.
Loading preview...
import { AnimatedButton } from "@/components/ui/animated-button";
export default function DemoOne() {
return <AnimatedButton />;
}