Components
Loading preview...
A modern animated authentication component with Sign In and Sign Up forms, social login icons, and smooth transitions between modes.
npx shadcn@latest add https://21st.dev/r/appvibed01/auth-switchimport React from "react";
import AuthSwitch from "./auth-switch";
export default function Demo() {
return <AuthSwitch />;
}