Components
Loading preview...
A responsive Authentication Card component. Clean, accessible, and easy to integrate into authentication flows.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/authentication-cardimport { Component } from "@/components/ui/authentication-card";
export default function DemoOne() {
return <Component />;
}