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