Components
Loading preview...
Modern, responsive login and signup UI components built with React and Tailwind CSS — ready-to-use authentication forms with clean design and smooth UX.
@pulseawan
npx shadcn@latest add https://21st.dev/r/pulseawan/modern-login-signupimport Component from "@/components/ui/modern-login-signup";
export default function DemoOne() {
return <Component />;
}