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