Components
User authentication card having border animation and button animation. one card with register or login both.
Loading preview...
import { Component } from "@/components/ui/user-authentication-card";
export default function DemoOne() {
return <Component />;
}