A responsive Authentication Card component. Clean, accessible, and easy to integrate into authentication flows.
import { Component } from "@/components/ui/authentication-card"; export default function DemoOne() { return <Component />; }