A simple and modern login card for use in your projects.
Loading preview...
import { LoginCard } from "@/components/ui/sign-in-card"; export default function DemoOne() { return <LoginCard />; }