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